#57F8F0
A light, vivid cyan closely aligning with Aqua.
About #57F8F0
The hex code #57F8F0 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 248, and 240.
If you are designing for print, the four-color process is what matters most. The color uses 65% Cyan, 0% Magenta, 3% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
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#57F8F0
RGB87, 248, 240
HSL177.0°, 92.0%, 65.7%
CMYK65%, 0%, 3%, 3%
HSV177.0°, 64.9%, 97.3%
LAB89.6, -43.1, -8.5
XYZ53.2, 75.5, 94.2
Decimal5765360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.09:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F8F0;
}
.text-color {
color: #57F8F0;
}
.border-color {
border: 2px solid #57F8F0;
}