Bright teal to HSL — Color Code

#01f9c6
Format Value
HEX #01f9c6
RGB rgb(1, 249, 198)
HSL hsl(167.7, 99.2%, 49%)
CMYK cmyk(99.6%, 0%, 20.5%, 2.4%)
HSV hsv(167.7, 99.6%, 97.6%)

bright teal color harmonies

Tints & shades of bright teal

Tints (lighter)

#18facb #2ffad0 #46fbd6 #5dfbdb #74fce0 #8cfce5 #a3fdea #bafdef #d1fef5 #e8fefa

Shades (darker)

#01e2b4 #01cca2 #01b590 #019e7e #01886c #00715a #005b48 #004436 #002d24 #001712

Contrast & accessibility

The quick brown fox

On white · 1.37:1 · Fail

The quick brown fox

On black · 15.37:1 · AAA

Recommended text color: #000000

Use bright teal in code

CSS color: #01f9c6;
SCSS $color: #01f9c6;
Tailwind bg-[#01f9c6]
Swift UIColor(red: 0.004, green: 0.976, blue: 0.776, alpha: 1)
Android Color.parseColor("#01f9c6")
Flutter Color(0xFF01F9C6)

Colors similar to bright teal

Browse all Cyan colors →

What is the HSL code for bright teal?

The CSS color bright teal in HSL format is hsl(167.7, 99.2%, 49%). Use this value directly in CSS, SVG, and most design tools.

How do I use bright teal in CSS?

To apply bright teal in CSS:

  • Text color: color: hsl(167.7, 99.2%, 49%);
  • Background: background-color: hsl(167.7, 99.2%, 49%);
  • Border: border-color: hsl(167.7, 99.2%, 49%);

What are all the color format values for bright teal?

FormatValue
HEX#01f9c6
RGBrgb(1, 249, 198)
HSLhsl(167.7, 99.2%, 49%)
CMYKcmyk(99.6%, 0%, 20.5%, 2.4%)

How do I convert bright teal to HSL?

Select bright teal from the color name list in our color converter. The HSL value — hsl(167.7, 99.2%, 49%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bright teal belong to?

bright teal belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 167.7°, saturation 99.2%, lightness 49%.

How do I create lighter and darker shades of bright teal?

Lighter variant (lightness 64%): #48fed9. Darker variant (lightness 34%): #01ad89. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.