#3AE9CC
A medium, vivid cyan closely aligning with Turquoise.
About #3AE9CC
The hex code #3AE9CC represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Turquoise. This translates to an RGB value of rgb(58, 233, 204).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 75% cyan, 0% magenta, 12% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE9CC
RGB58, 233, 204
HSL170.1°, 79.9%, 57.1%
CMYK75%, 0%, 12%, 9%
HSV170.1°, 75.1%, 91.4%
LAB83.7, -49.7, 1.7
XYZ41.8, 63.5, 67.2
Decimal3860940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE9CC;
}
.text-color {
color: #3AE9CC;
}
.border-color {
border: 2px solid #3AE9CC;
}