#57E2D3
A light, vivid cyan closely aligning with Turquoise.
About #57E2D3
At its core, #57E2D3 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, 226, and 211.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 0% magenta, 7% yellow, and 11% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57E2D3
RGB87, 226, 211
HSL173.5°, 70.6%, 61.4%
CMYK62%, 0%, 7%, 11%
HSV173.5°, 61.5%, 88.6%
LAB82.4, -40.8, -3.8
XYZ42.9, 61.1, 71.2
Decimal5759699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.22:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E2D3;
}
.text-color {
color: #57E2D3;
}
.border-color {
border: 2px solid #57E2D3;
}