Degrees to turns – convert ° to turns
Convert degrees to turns (deg to turn) for circular motion, stepper motors, animations, steering angles and geometry problems. This page opens the main angle converter with degrees → turns pre-selected.
Open the interactive degrees → turns converter:
Use main converter (deg → turn) or switch to turns → degreesQuick reference: degrees to turns
One full turn is 360°, so: turns = degrees ÷ 360.
| Degrees (°) | Turns (turn) |
|---|---|
| 90° | 0.25 turns |
| 180° | 0.5 turns |
| 270° | 0.75 turns |
| 360° | 1 turn |
| 720° | 2 turns |
Why convert degrees to turns?
- Programming CSS or SVG rotations that use the
turnunit. - Working with stepper motors or robotics APIs that expect turns instead of degrees.
- Teaching fractions of a circle in an intuitive “quarter/half turn” way.
- Converting between mechanical shaft rotations and angular measures.
Degrees vs turns
Degrees split a circle into 360 parts. Turns measure how many complete revolutions you have. 0.25 turn is 90°, 0.5 turn is 180°, and 1 turn is a full 360° spin.
Degrees to turns FAQ
- Where are “turns” used in practice?
-
Turns appear in programming (CSS
rotate(0.5turn)), robotics, animation tools and some maths/education contexts. - Is a turn the same as a revolution?
- Yes – a turn is effectively one full revolution or cycle around a circle.
- Can I convert degrees straight to radians?
- Yes – choose degrees and radians in the angle converter, or use the dedicated degrees to radians page.