#3AE2E9
A medium, vivid cyan closely aligning with Darkturquoise.
About #3AE2E9
The hex code #3AE2E9 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Darkturquoise. In the RGB color space, it consists of 58 red, 226 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 75% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#3AE2E9
RGB58, 226, 233
HSL182.4°, 79.9%, 57.1%
CMYK75%, 3%, 0%, 9%
HSV182.4°, 75.1%, 91.4%
LAB82.5, -38.7, -15.5
XYZ43.6, 61.2, 86.6
Decimal3859177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.24:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE2E9;
}
.text-color {
color: #3AE2E9;
}
.border-color {
border: 2px solid #3AE2E9;
}