Turquoise green to RGB — Color Code

RGB

rgb(4, 244, 137)

Format Value
HEX #04f489
RGB rgb(4, 244, 137)
HSL hsl(153.3, 96.8%, 48.6%)
CMYK cmyk(98.4%, 0%, 43.9%, 4.3%)

What is the RGB code for turquoise green?

The CSS color turquoise green in RGB format is rgb(4, 244, 137). Use this value directly in CSS, SVG, and most design tools.

How do I use turquoise green in CSS?

To apply turquoise green in CSS:

  • Text color: color: rgb(4, 244, 137);
  • Background: background-color: rgb(4, 244, 137);
  • Border: border-color: rgb(4, 244, 137);

What are all the color format values for turquoise green?

FormatValue
HEX#04f489
RGBrgb(4, 244, 137)
HSLhsl(153.3, 96.8%, 48.6%)
CMYKcmyk(98.4%, 0%, 43.9%, 4.3%)

How do I convert turquoise green to RGB?

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

What color family does turquoise green belong to?

turquoise green belongs to the green color family. It is a medium, vivid color with HSL values: hue 153.3°, saturation 96.8%, lightness 48.6%.

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

Lighter variant (lightness 63.6%): #48fcac. Darker variant (lightness 33.6%): #03a95f. 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.