Paleturquoise to RGB — Color Code

RGB

rgb(175, 238, 238)

Format Value
HEX #afeeee
RGB rgb(175, 238, 238)
HSL hsl(180, 64.9%, 81%)
CMYK cmyk(26.5%, 0%, 0%, 6.7%)

What is the RGB code for paleturquoise?

The CSS color paleturquoise in RGB format is rgb(175, 238, 238). Use this value directly in CSS, SVG, and most design tools.

How do I use paleturquoise in CSS?

To apply paleturquoise in CSS:

  • Text color: color: rgb(175, 238, 238);
  • Background: background-color: rgb(175, 238, 238);
  • Border: border-color: rgb(175, 238, 238);

What are all the color format values for paleturquoise?

FormatValue
HEX#afeeee
RGBrgb(175, 238, 238)
HSLhsl(180, 64.9%, 81%)
CMYKcmyk(26.5%, 0%, 0%, 6.7%)

How do I convert paleturquoise to RGB?

Select paleturquoise from the color name list in our color converter. The RGB value — rgb(175, 238, 238) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does paleturquoise belong to?

paleturquoise belongs to the cyan color family. It is a light, moderately saturated color with HSL values: hue 180°, saturation 64.9%, lightness 81%.

How do I create lighter and darker shades of paleturquoise?

Lighter variant (lightness 95%): #eafbfb. Darker variant (lightness 66%): #70e1e1. 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.