#57F8E2
A light, vivid cyan closely aligning with Turquoise.
About #57F8E2
At its core, #57F8E2 is a light and vivid hue. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 248, and 226.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 65% Cyan, 0% Magenta, 9% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57F8E2
RGB87, 248, 226
HSL171.8°, 92.0%, 65.7%
CMYK65%, 0%, 9%, 3%
HSV171.8°, 64.9%, 97.3%
LAB89.2, -46.7, -1.8
XYZ51.2, 74.7, 83.7
Decimal5765346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F8E2;
}
.text-color {
color: #57F8E2;
}
.border-color {
border: 2px solid #57F8E2;
}