Teal (#008080) to RGB

Convert the teal hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#008080 = rgb(0, 128, 128)

Color Values

Hex#008080
RGBrgb(0, 128, 128)
Red0
Green128
Blue128

Convert Any Hex Color

✅ RGB Value: rgb(0, 128, 128)

Frequently Asked Questions

What is the RGB value of Teal?

Teal (#008080) is rgb(0, 128, 128) in RGB.

What is the hex code for Teal?

The hex code for Teal is #008080, which is rgb(0, 128, 128) in RGB.

How do I use Teal in CSS?

In CSS you can use either form interchangeably: color: #008080; or color: rgb(0, 128, 128);