Medium Turquoise (Blue)
#60CFAA
RGB: 96, 207, 170
Color OverviewHEX #60CFAA

#60CFAA Color Code Information

In the RGB color space, #60CFAA is composed of 38% red, 81% green, and 67% blue. In the HSL color space, it has a hue of 160°, saturation of 54%, and lightness of 59%.

HEX
#60CFAA
RGB
96, 207, 170
HSL
160°, 54%, 59%
HSV
160°, 54%, 81%
CMYK
54%, 0%, 18%, 19%
Name Match
Medium Turquoise
Closest Standard

Shades of #60CFAA (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #60CFAA (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #60CFAA (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #60CFAA

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #60CFAA Background
Contrast Ratio against Pure White (#FFFFFF):1.91 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #60CFAA Background
Contrast Ratio against Pure Black (#000000):11 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #60CFAA;
}

.element {
  color: #60CFAA;
  background-color: #60CFAA;
  border-color: #60CFAA;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#60CFAA] text-[#60CFAA] border-[#60CFAA]">
  Content styled with #60CFAA
</div>