#24E2C5
A medium, vivid cyan closely aligning with Turquoise.
About #24E2C5
Visually, #24E2C5 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. This translates to an RGB value of rgb(36, 226, 197).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 84% cyan, 0% magenta, 13% yellow, and 11% black. The HSL representation is 170.8° hue, 76.6% saturation, and 51.4% lightness.
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#24E2C5
RGB36, 226, 197
HSL170.8°, 76.6%, 51.4%
CMYK84%, 0%, 13%, 11%
HSV170.8°, 84.1%, 88.6%
LAB81.2, -50.5, 1.6
XYZ38.0, 58.8, 62.2
Decimal2417349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.76:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E2C5;
}
.text-color {
color: #24E2C5;
}
.border-color {
border: 2px solid #24E2C5;
}