#57F0E2
A light, vivid cyan closely aligning with Turquoise.
About #57F0E2
Visually, #57F0E2 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 87 red, 240 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. With a hue angle of 174.5 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57F0E2
RGB87, 240, 226
HSL174.5°, 83.6%, 64.1%
CMYK64%, 0%, 6%, 6%
HSV174.5°, 63.7%, 94.1%
LAB86.9, -43.2, -5.2
XYZ48.8, 69.8, 82.9
Decimal5763298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.97:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F0E2;
}
.text-color {
color: #57F0E2;
}
.border-color {
border: 2px solid #57F0E2;
}