#3AD3CC
A medium, moderate cyan closely aligning with Mediumturquoise.
About #3AD3CC
The hex code #3AD3CC represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 211, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 73% Cyan, 0% Magenta, 3% Yellow, and 17% Black. With a hue angle of 177.3 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. 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#3AD3CC
RGB58, 211, 204
HSL177.3°, 63.5%, 52.7%
CMYK73%, 0%, 3%, 17%
HSV177.3°, 72.5%, 82.7%
LAB77.2, -40.1, -7.9
XYZ35.9, 51.8, 65.2
Decimal3855308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD3CC;
}
.text-color {
color: #3AD3CC;
}
.border-color {
border: 2px solid #3AD3CC;
}