Harmony system

Dark Turquoise Color Harmonies

Dark Turquoise color harmonies are generated from #00CED1 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Dark Turquoise into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Dark Turquoise sits in the cyan family with cool temperature and vibrant tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceDark Turquoise · #00CED1
Groups6
Palette colors6
FamilyCyan

How the harmony works

Dark Turquoise Harmony Guide

Dark Turquoise harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Dark Turquoise Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Dark Turquoise.

AI-Ready Dataset v1.0.0
Luminance0.4875
Black text10.75:1AA Pass
White text1.95:1AA Fail
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "dark-turquoise",
  "name": "Dark Turquoise",
  "hex": "#00CED1",
  "url": "https://www.colorsencyclopedia.com/colors/dark-turquoise/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-turquoise.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#D10300",
        "name": "#D10300",
        "slug": null,
        "rgb": [
          209,
          3,
          0
        ],
        "hsl": [
          1,
          100,
          41
        ],
        "cmyk": [
          0,
          99,
          100,
          18
        ],
        "luminance": 0.1362,
        "contrast": {
          "black": 3.72,
          "white": 5.64
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/d10300/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d10300.json"
      }
    ],
    "anchor": "dark-turquoise-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#00D16C",
        "name": "#00D16C",
        "slug": null,
        "rgb": [
          0,
          209,
          108
        ],
        "hsl": [
          151,
          100,
          41
        ],
        "cmyk": [
          100,
          0,
          48,
          18
        ],
        "luminance": 0.4668,
        "contrast": {
          "black": 10.34,
          "white": 2.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00d16c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00d16c.json"
      },
      {
        "hex": "#0065D1",
        "name": "#0065D1",
        "slug": null,
        "rgb": [
          0,
          101,
          209
        ],
        "hsl": [
          211,
          100,
          41
        ],
        "cmyk": [
          100,
          52,
          0,
          18
        ],
        "luminance": 0.1391,
        "contrast": {
          "black": 3.78,
          "white": 5.55
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/0065d1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0065d1.json"
      }
    ],
    "anchor": "dark-turquoise-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#D100CE",
        "name": "#D100CE",
        "slug": null,
        "rgb": [
          209,
          0,
          206
        ],
        "hsl": [
          301,
          100,
          41
        ],
        "cmyk": [
          0,
          100,
          1,
          18
        ],
        "luminance": 0.1801,
        "contrast": {
          "black": 4.6,
          "white": 4.56
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/d100ce/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d100ce.json"
      },
      {
        "hex": "#CED100",
        "name": "#CED100",
        "slug": null,
        "rgb": [
          206,
          209,
          0
        ],
        "hsl": [
          61,
          100,
          41
        ],
        "cmyk": [
          1,
          0,
          100,
          18
        ],
        "luminance": 0.5872,
        "contrast": {
          "black": 12.74,
          "white": 1.65
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ced100/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ced100.json"
      }
    ],
    "anchor": "dark-turquoise-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#6C00D1",
        "name": "#6C00D1",
        "slug": null,
        "rgb": [
          108,
          0,
          209
        ],
        "hsl": [
          271,
          100,
          41
        ],
        "cmyk": [
          48,
          100,
          0,
          18
        ],
        "luminance": 0.0779,
        "contrast": {
          "black": 2.56,
          "white": 8.21
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6c00d1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6c00d1.json"
      },
      {
        "hex": "#D10300",
        "name": "#D10300",
        "slug": null,
        "rgb": [
          209,
          3,
          0
        ],
        "hsl": [
          1,
          100,
          41
        ],
        "cmyk": [
          0,
          99,
          100,
          18
        ],
        "luminance": 0.1362,
        "contrast": {
          "black": 3.72,
          "white": 5.64
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/d10300/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d10300.json"
      },
      {
        "hex": "#65D100",
        "name": "#65D100",
        "slug": null,
        "rgb": [
          101,
          209,
          0
        ],
        "hsl": [
          91,
          100,
          41
        ],
        "cmyk": [
          52,
          0,
          100,
          18
        ],
        "luminance": 0.4837,
        "contrast": {
          "black": 10.67,
          "white": 1.97
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/65d100/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/65d100.json"
      }
    ],
    "anchor": "dark-turquoise-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#D10065",
        "name": "#D10065",
        "slug": null,
        "rgb": [
          209,
          0,
          101
        ],
        "hsl": [
          331,
          100,
          41
        ],
        "cmyk": [
          0,
          100,
          52,
          18
        ],
        "luminance": 0.1449,
        "contrast": {
          "black": 3.9,
          "white": 5.39
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/d10065/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d10065.json"
      },
      {
        "hex": "#D16C00",
        "name": "#D16C00",
        "slug": null,
        "rgb": [
          209,
          108,
          0
        ],
        "hsl": [
          31,
          100,
          41
        ],
        "cmyk": [
          0,
          48,
          100,
          18
        ],
        "luminance": 0.2428,
        "contrast": {
          "black": 5.86,
          "white": 3.59
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/d16c00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d16c00.json"
      }
    ],
    "anchor": "dark-turquoise-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#2EFCFF",
        "name": "#2EFCFF",
        "slug": null,
        "rgb": [
          46,
          252,
          255
        ],
        "hsl": [
          181,
          100,
          59
        ],
        "cmyk": [
          82,
          1,
          0,
          0
        ],
        "luminance": 0.7742,
        "contrast": {
          "black": 16.48,
          "white": 1.27
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/2efcff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2efcff.json"
      },
      {
        "hex": "#00CED1",
        "name": "Dark Turquoise",
        "slug": "dark-turquoise",
        "rgb": [
          0,
          206,
          209
        ],
        "hsl": [
          181,
          100,
          41
        ],
        "cmyk": [
          100,
          1,
          0,
          18
        ],
        "luminance": 0.4875,
        "contrast": {
          "black": 10.75,
          "white": 1.95
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/dark-turquoise/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-turquoise.json"
      },
      {
        "hex": "#007375",
        "name": "#007375",
        "slug": null,
        "rgb": [
          0,
          115,
          117
        ],
        "hsl": [
          181,
          100,
          23
        ],
        "cmyk": [
          100,
          2,
          0,
          54
        ],
        "luminance": 0.1355,
        "contrast": {
          "black": 3.71,
          "white": 5.66
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007375/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007375.json"
      }
    ],
    "anchor": "dark-turquoise-harmony-monochromatic"
  }
]
Signature palette
[
  "#00CED1",
  "#D10300",
  "#00D16C",
  "#0065D1",
  "#2EFCFF",
  "#007375"
]
Accessibility notes
[
  "Black contrast on Dark Turquoise: 10.75:1",
  "White contrast on Dark Turquoise: 1.95:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-dark-turquoise: #00CED1;\n  --dark-turquoise-complementary-1: #D10300;\n  --dark-turquoise-analogous-1: #00D16C;\n  --dark-turquoise-analogous-2: #0065D1;\n  --dark-turquoise-triadic-1: #D100CE;\n  --dark-turquoise-triadic-2: #CED100;\n  --dark-turquoise-tetradic-1: #6C00D1;\n  --dark-turquoise-tetradic-2: #D10300;\n  --dark-turquoise-tetradic-3: #65D100;\n  --dark-turquoise-split-complementary-1: #D10065;\n  --dark-turquoise-split-complementary-2: #D16C00;\n  --dark-turquoise-monochromatic-1: #2EFCFF;\n  --dark-turquoise-monochromatic-2: #00CED1;\n  --dark-turquoise-monochromatic-3: #007375;\n}\n\n.palette-dark-turquoise-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00CED1, #D10300, #00D16C, #0065D1, #2EFCFF, #007375);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "dark-turquoise",
  "name": "Dark Turquoise",
  "hex": "#00CED1",
  "rgb": [
    0,
    206,
    209
  ],
  "hsl": [
    181,
    100,
    41
  ],
  "cmyk": [
    100,
    1,
    0,
    18
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.4875,
  "contrast": {
    "black": 10.75,
    "white": 1.95
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "dark-turquoise",
    "name": "Dark Turquoise",
    "hex": "#00CED1",
    "url": "https://www.colorsencyclopedia.com/colors/dark-turquoise/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-turquoise.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#D10300",
          "name": "#D10300",
          "slug": null,
          "rgb": [
            209,
            3,
            0
          ],
          "hsl": [
            1,
            100,
            41
          ],
          "cmyk": [
            0,
            99,
            100,
            18
          ],
          "luminance": 0.1362,
          "contrast": {
            "black": 3.72,
            "white": 5.64
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/d10300/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d10300.json"
        }
      ],
      "anchor": "dark-turquoise-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#00D16C",
          "name": "#00D16C",
          "slug": null,
          "rgb": [
            0,
            209,
            108
          ],
          "hsl": [
            151,
            100,
            41
          ],
          "cmyk": [
            100,
            0,
            48,
            18
          ],
          "luminance": 0.4668,
          "contrast": {
            "black": 10.34,
            "white": 2.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00d16c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00d16c.json"
        },
        {
          "hex": "#0065D1",
          "name": "#0065D1",
          "slug": null,
          "rgb": [
            0,
            101,
            209
          ],
          "hsl": [
            211,
            100,
            41
          ],
          "cmyk": [
            100,
            52,
            0,
            18
          ],
          "luminance": 0.1391,
          "contrast": {
            "black": 3.78,
            "white": 5.55
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/0065d1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0065d1.json"
        }
      ],
      "anchor": "dark-turquoise-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#D100CE",
          "name": "#D100CE",
          "slug": null,
          "rgb": [
            209,
            0,
            206
          ],
          "hsl": [
            301,
            100,
            41
          ],
          "cmyk": [
            0,
            100,
            1,
            18
          ],
          "luminance": 0.1801,
          "contrast": {
            "black": 4.6,
            "white": 4.56
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/d100ce/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d100ce.json"
        },
        {
          "hex": "#CED100",
          "name": "#CED100",
          "slug": null,
          "rgb": [
            206,
            209,
            0
          ],
          "hsl": [
            61,
            100,
            41
          ],
          "cmyk": [
            1,
            0,
            100,
            18
          ],
          "luminance": 0.5872,
          "contrast": {
            "black": 12.74,
            "white": 1.65
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ced100/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ced100.json"
        }
      ],
      "anchor": "dark-turquoise-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#6C00D1",
          "name": "#6C00D1",
          "slug": null,
          "rgb": [
            108,
            0,
            209
          ],
          "hsl": [
            271,
            100,
            41
          ],
          "cmyk": [
            48,
            100,
            0,
            18
          ],
          "luminance": 0.0779,
          "contrast": {
            "black": 2.56,
            "white": 8.21
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6c00d1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6c00d1.json"
        },
        {
          "hex": "#D10300",
          "name": "#D10300",
          "slug": null,
          "rgb": [
            209,
            3,
            0
          ],
          "hsl": [
            1,
            100,
            41
          ],
          "cmyk": [
            0,
            99,
            100,
            18
          ],
          "luminance": 0.1362,
          "contrast": {
            "black": 3.72,
            "white": 5.64
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/d10300/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d10300.json"
        },
        {
          "hex": "#65D100",
          "name": "#65D100",
          "slug": null,
          "rgb": [
            101,
            209,
            0
          ],
          "hsl": [
            91,
            100,
            41
          ],
          "cmyk": [
            52,
            0,
            100,
            18
          ],
          "luminance": 0.4837,
          "contrast": {
            "black": 10.67,
            "white": 1.97
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/65d100/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/65d100.json"
        }
      ],
      "anchor": "dark-turquoise-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#D10065",
          "name": "#D10065",
          "slug": null,
          "rgb": [
            209,
            0,
            101
          ],
          "hsl": [
            331,
            100,
            41
          ],
          "cmyk": [
            0,
            100,
            52,
            18
          ],
          "luminance": 0.1449,
          "contrast": {
            "black": 3.9,
            "white": 5.39
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/d10065/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d10065.json"
        },
        {
          "hex": "#D16C00",
          "name": "#D16C00",
          "slug": null,
          "rgb": [
            209,
            108,
            0
          ],
          "hsl": [
            31,
            100,
            41
          ],
          "cmyk": [
            0,
            48,
            100,
            18
          ],
          "luminance": 0.2428,
          "contrast": {
            "black": 5.86,
            "white": 3.59
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/d16c00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d16c00.json"
        }
      ],
      "anchor": "dark-turquoise-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#2EFCFF",
          "name": "#2EFCFF",
          "slug": null,
          "rgb": [
            46,
            252,
            255
          ],
          "hsl": [
            181,
            100,
            59
          ],
          "cmyk": [
            82,
            1,
            0,
            0
          ],
          "luminance": 0.7742,
          "contrast": {
            "black": 16.48,
            "white": 1.27
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/2efcff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2efcff.json"
        },
        {
          "hex": "#00CED1",
          "name": "Dark Turquoise",
          "slug": "dark-turquoise",
          "rgb": [
            0,
            206,
            209
          ],
          "hsl": [
            181,
            100,
            41
          ],
          "cmyk": [
            100,
            1,
            0,
            18
          ],
          "luminance": 0.4875,
          "contrast": {
            "black": 10.75,
            "white": 1.95
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/dark-turquoise/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-turquoise.json"
        },
        {
          "hex": "#007375",
          "name": "#007375",
          "slug": null,
          "rgb": [
            0,
            115,
            117
          ],
          "hsl": [
            181,
            100,
            23
          ],
          "cmyk": [
            100,
            2,
            0,
            54
          ],
          "luminance": 0.1355,
          "contrast": {
            "black": 3.71,
            "white": 5.66
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007375/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007375.json"
        }
      ],
      "anchor": "dark-turquoise-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#00CED1",
    "#D10300",
    "#00D16C",
    "#0065D1",
    "#2EFCFF",
    "#007375"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "vibrant harmony",
    "dark turquoise palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Dark Turquoise: 10.75:1",
    "White contrast on Dark Turquoise: 1.95:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/dark-turquoise.json",
    "https://www.colorsencyclopedia.com/api/colors/dark-turquoise.json",
    "https://www.colorsencyclopedia.com/api/hex/00ced1.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/dark-turquoise/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/dark-turquoise.json",
  "cssSnippet": ":root {\n  --color-dark-turquoise: #00CED1;\n  --dark-turquoise-complementary-1: #D10300;\n  --dark-turquoise-analogous-1: #00D16C;\n  --dark-turquoise-analogous-2: #0065D1;\n  --dark-turquoise-triadic-1: #D100CE;\n  --dark-turquoise-triadic-2: #CED100;\n  --dark-turquoise-tetradic-1: #6C00D1;\n  --dark-turquoise-tetradic-2: #D10300;\n  --dark-turquoise-tetradic-3: #65D100;\n  --dark-turquoise-split-complementary-1: #D10065;\n  --dark-turquoise-split-complementary-2: #D16C00;\n  --dark-turquoise-monochromatic-1: #2EFCFF;\n  --dark-turquoise-monochromatic-2: #00CED1;\n  --dark-turquoise-monochromatic-3: #007375;\n}\n\n.palette-dark-turquoise-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00CED1, #D10300, #00D16C, #0065D1, #2EFCFF, #007375);\n}"
}

CSS Harmony Tokens

Use these tokens when Dark Turquoise needs a complete palette system instead of a single color variable.

:root {
  --color-dark-turquoise: #00CED1;
  --dark-turquoise-complementary-1: #D10300;
  --dark-turquoise-analogous-1: #00D16C;
  --dark-turquoise-analogous-2: #0065D1;
  --dark-turquoise-triadic-1: #D100CE;
  --dark-turquoise-triadic-2: #CED100;
  --dark-turquoise-tetradic-1: #6C00D1;
  --dark-turquoise-tetradic-2: #D10300;
  --dark-turquoise-tetradic-3: #65D100;
  --dark-turquoise-split-complementary-1: #D10065;
  --dark-turquoise-split-complementary-2: #D16C00;
  --dark-turquoise-monochromatic-1: #2EFCFF;
  --dark-turquoise-monochromatic-2: #00CED1;
  --dark-turquoise-monochromatic-3: #007375;
}

.palette-dark-turquoise-harmony {
  color: #111827;
  background: linear-gradient(135deg, #00CED1, #D10300, #00D16C, #0065D1, #2EFCFF, #007375);
}

Dark Turquoise Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorDark Turquoise · #00CED1
#D10300#D10300
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorDark Turquoise · #00CED1
#00D16C#00D16C
#0065D1#0065D1
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorDark Turquoise · #00CED1
#D100CE#D100CE
#CED100#CED100
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorDark Turquoise · #00CED1
#6C00D1#6C00D1
#D10300#D10300
#65D100#65D100
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorDark Turquoise · #00CED1
#D10065#D10065
#D16C00#D16C00
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDark Turquoise · #00CED1
#2EFCFF#2EFCFF
Dark Turquoise#00CED1
#007375#007375