#3AD3B6
A medium, moderate cyan closely aligning with Turquoise.
About #3AD3B6
Visually, #3AD3B6 is defined as a moderate cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(58, 211, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 73% cyan, 0% magenta, 14% yellow, and 17% black. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AD3B6
RGB58, 211, 182
HSL168.6°, 63.5%, 52.7%
CMYK73%, 0%, 14%, 17%
HSV168.6°, 72.5%, 82.7%
LAB76.6, -46.0, 3.0
XYZ33.5, 50.9, 52.3
Decimal3855286
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.17:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD3B6;
}
.text-color {
color: #3AD3B6;
}
.border-color {
border: 2px solid #3AD3B6;
}