#24CCE9
A medium, vivid cyan closely aligning with Darkturquoise.
About #24CCE9
The precise color #24CCE9 is an excellent choice for modern design projects. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 204, and 233.
If you are designing for print, the four-color process is what matters most. The color uses 85% Cyan, 12% Magenta, 0% Yellow, and 9% Black. The HSL representation is 188.8° hue, 81.7% saturation, and 52.7% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24CCE9
RGB36, 204, 233
HSL188.8°, 81.7%, 52.7%
CMYK85%, 12%, 0%, 9%
HSV188.8°, 84.5%, 91.4%
LAB75.7, -30.2, -25.8
XYZ37.0, 49.4, 84.7
Decimal2411753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.89:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CCE9;
}
.text-color {
color: #24CCE9;
}
.border-color {
border: 2px solid #24CCE9;
}