#24E2DB
A medium, vivid cyan closely aligning with Turquoise.
About #24E2DB
The precise color #24E2DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(36, 226, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 84% Cyan, 0% Magenta, 3% Yellow, and 11% Black. With a hue angle of 177.8 degrees, it sits comfortably in the cyan spectrum.
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#24E2DB
RGB36, 226, 219
HSL177.8°, 76.6%, 51.4%
CMYK84%, 0%, 3%, 11%
HSV177.8°, 84.1%, 88.6%
LAB81.8, -44.5, -9.2
XYZ40.7, 59.9, 76.4
Decimal2417371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.98:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E2DB;
}
.text-color {
color: #24E2DB;
}
.border-color {
border: 2px solid #24E2DB;
}