Light turquoise to RGB — Color Code

RGB

rgb(126, 244, 204)

Format Value
HEX #7ef4cc
RGB rgb(126, 244, 204)
HSL hsl(159.7, 84.3%, 72.5%)
CMYK cmyk(48.4%, 0%, 16.4%, 4.3%)

What is the RGB code for light turquoise?

The CSS color light turquoise in RGB format is rgb(126, 244, 204). Use this value directly in CSS, SVG, and most design tools.

How do I use light turquoise in CSS?

To apply light turquoise in CSS:

  • Text color: color: rgb(126, 244, 204);
  • Background: background-color: rgb(126, 244, 204);
  • Border: border-color: rgb(126, 244, 204);

What are all the color format values for light turquoise?

FormatValue
HEX#7ef4cc
RGBrgb(126, 244, 204)
HSLhsl(159.7, 84.3%, 72.5%)
CMYKcmyk(48.4%, 0%, 16.4%, 4.3%)

How do I convert light turquoise to RGB?

Select light turquoise from the color name list in our color converter. The RGB value — rgb(126, 244, 204) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light turquoise belong to?

light turquoise belongs to the green color family. It is a light, vivid color with HSL values: hue 159.7°, saturation 84.3%, lightness 72.5%.

How do I create lighter and darker shades of light turquoise?

Lighter variant (lightness 87.5%): #c4fae8. Darker variant (lightness 57.5%): #37eeb0. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.