Turns to Degrees
Snapshot
1 Turn equals 360 Degrees. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on exact radian-based angle definitions.
- Example: For 0.1 Turns, the result equals 36 Degrees.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
360 Degrees (deg)
SwitchMachine access
Available to apps and AI agents
Turns to Degrees can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
angle- Source unit
turns- Target unit
degrees
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "angle",
"value": 1,
"from": "turns",
"to": "degrees"
}Essential response
{
"ok": true,
"conversion": {
"family": "angle",
"value": 1,
"from": "turns",
"to": "degrees",
"result": {
"raw": 360,
"display": "360"
},
"canonicalPath": "/angle/turns-to-degrees/"
}
}Explanation
Formula: Degrees = Turns × 360. Why: turns represent full revolutions, so the calculator normalizes through radians and preserves the exact relationship 1 turn = 2pi radians.
Turns (turn): a full-revolution angle unit where 1 turn equals 360 degrees or 2pi radians.
Degrees (deg): a common plane-angle unit where a full turn equals 360 degrees.
This route is useful when restating angular motion or rotational positions between full-turn notation and conventional degree, radian, or gradian scales.
This conversion is purely multiplicative because both units reduce through radians using exact plane-angle definitions with no offset.
Common Conversion Values
| Turns (turn) | Degrees (deg) |
|---|---|
| 0.1 | 36 |
| 1 | 360 |
| 5 | 1,800 |
| 10 | 3,600 |
| 45 | 16,200 |
| 90 | 32,400 |
| 180 | 64,800 |
| 360 | 129,600 |
Questions & answers
Frequently Asked Questions
How is Turns to Degrees calculated?
The factor is derived through exact radian normalization, using pi-based relationships between degrees, gradians, turns, and radians.
Is there a reverse page for Degrees to Turns?
Yes. Use the mirror Degrees to Turns page to apply the inverse relationship with the same exact angle definitions.
How many degrees are in one full turn?
One turn is exactly 360 degrees, or 2pi radians, so turn routes stay tied to the same exact plane-angle definitions.