#3ADBBD
A medium, moderate cyan closely aligning with Turquoise.
About #3ADBBD
The hex code #3ADBBD 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, 219, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 74% cyan, 0% magenta, 14% yellow, and 14% black. With a hue angle of 168.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3ADBBD
RGB58, 219, 189
HSL168.8°, 69.1%, 54.3%
CMYK74%, 0%, 14%, 14%
HSV168.8°, 73.5%, 85.9%
LAB79.2, -47.6, 3.0
XYZ36.3, 55.2, 56.9
Decimal3857341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.05:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADBBD;
}
.text-color {
color: #3ADBBD;
}
.border-color {
border: 2px solid #3ADBBD;
}