Medium Turquoise (Blue)
#4FCABC
RGB: 79, 202, 188
Color OverviewHEX #4FCABC

#4FCABC Color Code Information

In the RGB color space, #4FCABC is composed of 31% red, 79% green, and 74% blue. In the HSL color space, it has a hue of 173°, saturation of 54%, and lightness of 55%.

HEX
#4FCABC
RGB
79, 202, 188
HSL
173°, 54%, 55%
HSV
173°, 61%, 79%
CMYK
61%, 0%, 7%, 21%
Name Match
Medium Turquoise
Closest Standard

Shades of #4FCABC (Darker Variations)

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

Tints of #4FCABC (Lighter Variations)

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

Tones of #4FCABC (Muted Variations)

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

Color Harmonies for #4FCABC

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 #4FCABC Background
Contrast Ratio against Pure White (#FFFFFF):2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4FCABC Background
Contrast Ratio against Pure Black (#000000):10.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #4FCABC;
}

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