#24D3D3
A medium, vivid cyan closely aligning with Darkturquoise.
About #24D3D3
The hex code #24D3D3 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 36 parts red, 211 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 83% Cyan, 0% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24D3D3
RGB36, 211, 211
HSL180.0°, 70.9%, 48.4%
CMYK83%, 0%, 0%, 17%
HSV180.0°, 82.9%, 82.7%
LAB77.1, -40.2, -11.9
XYZ35.8, 51.7, 69.7
Decimal2413523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.33:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24D3D3;
}
.text-color {
color: #24D3D3;
}
.border-color {
border: 2px solid #24D3D3;
}