Turquoise (Blue)
#30EFE3
RGB: 48, 239, 227
Color OverviewHEX #30EFE3

#30EFE3 Color Code Information

In the RGB color space, #30EFE3 is composed of 19% red, 94% green, and 89% blue. In the HSL color space, it has a hue of 176°, saturation of 86%, and lightness of 56%.

HEX
#30EFE3
RGB
48, 239, 227
HSL
176°, 86%, 56%
HSV
176°, 80%, 94%
CMYK
80%, 0%, 5%, 6%
Name Match
Turquoise
Closest Standard

Shades of #30EFE3 (Darker Variations)

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

Tints of #30EFE3 (Lighter Variations)

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

Tones of #30EFE3 (Muted Variations)

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

Color Harmonies for #30EFE3

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 #30EFE3 Background
Contrast Ratio against Pure White (#FFFFFF):1.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #30EFE3 Background
Contrast Ratio against Pure Black (#000000):14.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #30EFE3;
}

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