#24E9D3
A medium, vivid cyan closely aligning with Turquoise.
About #24E9D3
Visually, #24E9D3 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(36, 233, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 85% Cyan, 0% Magenta, 9% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24E9D3
RGB36, 233, 211
HSL173.3°, 81.7%, 52.7%
CMYK85%, 0%, 9%, 9%
HSV173.3°, 84.5%, 91.4%
LAB83.6, -49.7, -2.2
XYZ41.6, 63.4, 71.7
Decimal2419155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E9D3;
}
.text-color {
color: #24E9D3;
}
.border-color {
border: 2px solid #24E9D3;
}