#3ADBDB
A medium, moderate cyan closely aligning with Darkturquoise.
About #3ADBDB
When working with digital screens, the color #3ADBDB is rendered by mixing light. Designers often compare it to the standard color Darkturquoise. This translates to an RGB value of rgb(58, 219, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 74% C, 0% M, 0% Y, and 14% K. The HSL representation is 180.0° hue, 69.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. 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#3ADBDB
RGB58, 219, 219
HSL180.0°, 69.1%, 54.3%
CMYK74%, 0%, 0%, 14%
HSV180.0°, 73.5%, 85.9%
LAB80.0, -39.5, -11.8
XYZ39.9, 56.7, 75.9
Decimal3857371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.34:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADBDB;
}
.text-color {
color: #3ADBDB;
}
.border-color {
border: 2px solid #3ADBDB;
}