#3AE9E2
A medium, vivid cyan closely aligning with Turquoise.
About #3AE9E2
When working with digital screens, the color #3AE9E2 is rendered by mixing light. Its closest recognized web color is Turquoise. Its digital footprint relies on 58 parts red, 233 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 75% C, 0% M, 3% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AE9E2
RGB58, 233, 226
HSL177.6°, 79.9%, 57.1%
CMYK75%, 0%, 3%, 9%
HSV177.6°, 75.1%, 91.4%
LAB84.3, -43.8, -9.1
XYZ44.6, 64.7, 82.1
Decimal3860962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.93:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE9E2;
}
.text-color {
color: #3AE9E2;
}
.border-color {
border: 2px solid #3AE9E2;
}