#57F0DB
A light, vivid cyan closely aligning with Turquoise.
About #57F0DB
The precise color #57F0DB is an excellent choice for modern design projects. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 87 red, 240 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 64% C, 0% M, 9% Y, and 6% K. The HSL representation is 171.8° hue, 83.6% saturation, and 64.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57F0DB
RGB87, 240, 219
HSL171.8°, 83.6%, 64.1%
CMYK64%, 0%, 9%, 6%
HSV171.8°, 63.7%, 94.1%
LAB86.7, -45.0, -1.8
XYZ47.9, 69.5, 77.9
Decimal5763291
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.89:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F0DB;
}
.text-color {
color: #57F0DB;
}
.border-color {
border: 2px solid #57F0DB;
}