#24E2CC
A medium, vivid cyan closely aligning with Turquoise.
About #24E2CC
At its core, #24E2CC is a medium and vivid hue. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 36 parts red, 226 parts green, and 204 parts blue light.
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, 10% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24E2CC
RGB36, 226, 204
HSL173.1°, 76.6%, 51.4%
CMYK84%, 0%, 10%, 11%
HSV173.1°, 84.1%, 88.6%
LAB81.4, -48.7, -1.8
XYZ38.8, 59.1, 66.5
Decimal2417356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E2CC;
}
.text-color {
color: #24E2CC;
}
.border-color {
border: 2px solid #24E2CC;
}