#3AD3D3
A medium, moderate cyan closely aligning with Mediumturquoise.
About #3AD3D3
At its core, #3AD3D3 is a medium and moderate hue. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(58, 211, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 73% C, 0% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AD3D3
RGB58, 211, 211
HSL180.0°, 63.5%, 52.7%
CMYK73%, 0%, 0%, 17%
HSV180.0°, 72.5%, 82.7%
LAB77.4, -38.2, -11.4
XYZ36.8, 52.2, 69.8
Decimal3855315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.44:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD3D3;
}
.text-color {
color: #3AD3D3;
}
.border-color {
border: 2px solid #3AD3D3;
}