{
  "entity_type": "unit_conversion_page",
  "id": "turns-to-degrees",
  "name": "Turns (revolutions) to Degrees",
  "title": "Turns (revolutions) to Degrees Converter (turn to °)",
  "description": "Convert turns (revolutions) to degrees: 1 turn = 360 °. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "angle",
  "quantity_name": "Angle",
  "base_unit": "rad",
  "from_unit": {
    "symbol": "turn",
    "display": "turn",
    "name": "turns (revolutions)",
    "singular": "turn"
  },
  "to_unit": {
    "symbol": "deg",
    "display": "°",
    "name": "degrees",
    "singular": "degree"
  },
  "linear": true,
  "factor": 360,
  "inverse_factor": 0.002777777778,
  "formula": "degrees = turns (revolutions) × 360",
  "reverse_formula": "turns (revolutions) = degrees × 0.002777777778",
  "unit_relation": "1 turn = 360 °",
  "examples": [
    {
      "value": 5,
      "result": 1800,
      "text": "5 turn = 1800 °"
    },
    {
      "value": 12.5,
      "result": 4500,
      "text": "12.5 turn = 4500 °"
    },
    {
      "value": 100,
      "result": 36000,
      "text": "100 turn = 36000 °"
    }
  ],
  "table": [
    {
      "turn": 1,
      "deg": 360
    },
    {
      "turn": 2,
      "deg": 720
    },
    {
      "turn": 3,
      "deg": 1080
    },
    {
      "turn": 4,
      "deg": 1440
    },
    {
      "turn": 5,
      "deg": 1800
    },
    {
      "turn": 6,
      "deg": 2160
    },
    {
      "turn": 7,
      "deg": 2520
    },
    {
      "turn": 8,
      "deg": 2880
    },
    {
      "turn": 9,
      "deg": 3240
    },
    {
      "turn": 10,
      "deg": 3600
    },
    {
      "turn": 15,
      "deg": 5400
    },
    {
      "turn": 20,
      "deg": 7200
    },
    {
      "turn": 25,
      "deg": 9000
    },
    {
      "turn": 30,
      "deg": 10800
    },
    {
      "turn": 40,
      "deg": 14400
    },
    {
      "turn": 50,
      "deg": 18000
    },
    {
      "turn": 75,
      "deg": 27000
    },
    {
      "turn": 100,
      "deg": 36000
    },
    {
      "turn": 200,
      "deg": 72000
    },
    {
      "turn": 250,
      "deg": 90000
    },
    {
      "turn": 500,
      "deg": 180000
    },
    {
      "turn": 1000,
      "deg": 360000
    }
  ],
  "faq": [
    {
      "q": "How many degrees are in one turn?",
      "a": "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."
    },
    {
      "q": "What is the formula to convert turns (revolutions) to degrees?",
      "a": "Multiply the value in turns (revolutions) by 360: degrees = turns (revolutions) × 360. For example, 5 turn = 1800 °."
    },
    {
      "q": "How do I convert degrees back to turns (revolutions)?",
      "a": "Multiply by the inverse factor 0.002777777778 (turns (revolutions) = degrees × 0.002777777778), or use the degrees-to-turns (revolutions) page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=turn&to_unit=deg",
    "calculator": "https://tttkmbb.com/api/v1/calculate/angle?value=5&from_unit=turn&to_unit=deg",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "turn",
      "to_unit": "deg"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/turns-to-degrees",
    "markdown": "https://tttkmbb.com/conversion/turns-to-degrees.md",
    "json": "https://tttkmbb.com/conversion/turns-to-degrees.json",
    "reverse": "https://tttkmbb.com/conversion/degrees-to-turns",
    "quantity_converter": "https://tttkmbb.com/conversion/angle",
    "units": "https://tttkmbb.com/api/v1/units?quantity=angle"
  },
  "timestamp": "2026-09-24"
}