# Turns (revolutions) to Degrees (turn to °)

> Convert turns (revolutions) to degrees: 1 turn = 360 °. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

- Page id: `turns-to-degrees` · Quantity: Angle (`angle`, base unit rad) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/turns-to-degrees · This document: https://tttkmbb.com/conversion/turns-to-degrees.md · JSON: https://tttkmbb.com/conversion/turns-to-degrees.json (add `?value=` for a result)

## Formula

- `1 turn = 360 °`
- `degrees = turns (revolutions) × 360`
- Reverse: `turns (revolutions) = degrees × 0.002777777778`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded to 6 significant figures, the API returns up to 12.

## Worked examples

- 5 turn = 1800 °
- 12.5 turn = 4500 °
- 100 turn = 36000 °

## Conversion table

| Turns (revolutions) (turn) | Degrees (°) |
| --- | --- |
| 1 | 360 |
| 2 | 720 |
| 3 | 1080 |
| 4 | 1440 |
| 5 | 1800 |
| 6 | 2160 |
| 7 | 2520 |
| 8 | 2880 |
| 9 | 3240 |
| 10 | 3600 |
| 15 | 5400 |
| 20 | 7200 |
| 25 | 9000 |
| 30 | 10800 |
| 40 | 14400 |
| 50 | 18000 |
| 75 | 27000 |
| 100 | 36000 |
| 200 | 72000 |
| 250 | 90000 |
| 500 | 180000 |
| 1000 | 360000 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=turn&to_unit=deg` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"turn","to_unit":"deg"}`
- All angle units: https://tttkmbb.com/api/v1/units?quantity=angle · full converter: [Angle Converter](https://tttkmbb.com/conversion/angle.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many degrees are in one turn?**

1 turn = 360 °. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.

**What is the formula to convert turns (revolutions) to degrees?**

Multiply the value in turns (revolutions) by 360: degrees = turns (revolutions) × 360. For example, 5 turn = 1800 °.

**How do I convert degrees back to turns (revolutions)?**

Multiply by the inverse factor 0.002777777778 (turns (revolutions) = degrees × 0.002777777778), or use the degrees-to-turns (revolutions) page.

## Related conversions

- [Degrees to turns (revolutions)](https://tttkmbb.com/conversion/degrees-to-turns.md) (reverse)
- [Degrees to Radians](https://tttkmbb.com/conversion/degrees-to-radians.md)
- [Radians to Degrees](https://tttkmbb.com/conversion/radians-to-degrees.md)
- [Gradians to Degrees](https://tttkmbb.com/conversion/gradians-to-degrees.md)
- [Degrees to Gradians](https://tttkmbb.com/conversion/degrees-to-gradians.md)
- [Arcminutes to Degrees](https://tttkmbb.com/conversion/arcminutes-to-degrees.md)
- [Degrees to Arcminutes](https://tttkmbb.com/conversion/degrees-to-arcminutes.md)
- [Milliradians to Degrees](https://tttkmbb.com/conversion/milliradians-to-degrees.md)
- [Degrees to Milliradians](https://tttkmbb.com/conversion/degrees-to-milliradians.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
