#3AE2BD
A medium, vivid cyan closely aligning with Turquoise.
About #3AE2BD
When working with digital screens, the color #3AE2BD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 58 red, 226 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 74% Cyan, 0% Magenta, 16% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#3AE2BD
RGB58, 226, 189
HSL166.8°, 74.3%, 55.7%
CMYK74%, 0%, 16%, 11%
HSV166.8°, 74.3%, 88.6%
LAB81.3, -50.5, 6.0
XYZ38.1, 59.0, 57.5
Decimal3859133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE2BD;
}
.text-color {
color: #3AE2BD;
}
.border-color {
border: 2px solid #3AE2BD;
}