#57E9F8
A light, vivid cyan closely aligning with Darkturquoise.
About #57E9F8
Visually, #57E9F8 is defined as a vivid cyan. Designers often compare it to the standard color Darkturquoise. In the RGB color space, it consists of 87 red, 233 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 6% Magenta, 0% Yellow, and 3% 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#57E9F8
RGB87, 233, 248
HSL185.6°, 92.0%, 65.7%
CMYK65%, 6%, 0%, 3%
HSV185.6°, 64.9%, 97.3%
LAB85.5, -34.0, -18.8
XYZ50.0, 67.1, 99.1
Decimal5761528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.42:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E9F8;
}
.text-color {
color: #57E9F8;
}
.border-color {
border: 2px solid #57E9F8;
}