#24E2E9
A medium, vivid cyan closely aligning with Darkturquoise.
About #24E2E9
Visually, #24E2E9 is defined as a vivid cyan. Designers often compare it to the standard color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 226, and 233.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 3% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24E2E9
RGB36, 226, 233
HSL182.1°, 81.7%, 52.7%
CMYK85%, 3%, 0%, 9%
HSV182.1°, 84.5%, 91.4%
LAB82.2, -40.5, -16.0
XYZ42.6, 60.7, 86.6
Decimal2417385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.13:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E2E9;
}
.text-color {
color: #24E2E9;
}
.border-color {
border: 2px solid #24E2E9;
}