#57E2DB
A light, vivid cyan closely aligning with Mediumturquoise.
About #57E2DB
At its core, #57E2DB is a light and vivid hue. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(87, 226, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. The HSL representation is 177.0° hue, 70.6% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57E2DB
RGB87, 226, 219
HSL177.0°, 70.6%, 61.4%
CMYK62%, 0%, 3%, 11%
HSV177.0°, 61.5%, 88.6%
LAB82.7, -38.7, -7.8
XYZ43.9, 61.5, 76.6
Decimal5759707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.31:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E2DB;
}
.text-color {
color: #57E2DB;
}
.border-color {
border: 2px solid #57E2DB;
}