#3AC5C5
A medium, moderate cyan closely aligning with Mediumturquoise.
About #3AC5C5
At its core, #3AC5C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumturquoise. This translates to an RGB value of rgb(58, 197, 197).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 71% C, 0% M, 0% Y, and 23% K. The HSL representation is 180.0° hue, 54.5% saturation, and 50.0% lightness.
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#3AC5C5
RGB58, 197, 197
HSL180.0°, 54.5%, 50.0%
CMYK71%, 0%, 0%, 23%
HSV180.0°, 70.6%, 77.3%
LAB72.8, -35.7, -10.7
XYZ31.8, 44.9, 59.8
Decimal3851717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.97:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC5C5;
}
.text-color {
color: #3AC5C5;
}
.border-color {
border: 2px solid #3AC5C5;
}