Shades of Bright Turquoise #00F5DB
Tints of Bright Turquoise #00F5DB
RGB
CMYK
RGB Variations
Color information
#00F5DB (or 0x00F5DB) is known color: Bright Turquoise. HEX triplet: 00, F5 and DB. RGB value is (0,245,219). Sum of RGB (Red+Green+Blue) = 0+245+219=464 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #00F5DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F5DB is #FF0A24. Grayscale: #A8A8A8. Windows color (decimal): -16714277 or 14415104. OLE color: 14415104.
HSL color Cylindrical-coordinate representation of color #00F5DB: hue angle of 173.63º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F5DB is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 245 | 219 | - |
| CMYK | 1 | 0 | 0.11 | 0.04 |
| HSL | 173.63º | 1% | 0.48% | - |
| HSV(B) | 173.63º | 1% | 0.96% | - |
| XYZ | 45.44 | 70.42 | 78.22 | - |
| YUV | 168.78 | 156.33 | 7.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 245 | 219 | 1 | 0 | 0.11 | 0.04 | 173.63 | 1 | 0.48 |
| Hex | 0 | F5 | DB | 64 | 0 | B | 4 | AE | 64 | 30 |
| Octal | 0 | 365 | 333 | 144 | 0 | 13 | 4 | 256 | 144 | 60 |
| Binary | 0 | 11110101 | 11011011 | 1100100 | 0 | 1011 | 100 | 10101110 | 1100100 | 110000 |
Color Harmonies of #00F5DB
Complementary color
Monochromatic Colors of #00F5DB
Black with #00F5DB
Text Example
Text Example
White with #00F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F5DB; }
p { color: rgb(0,245,219); }
H1.HeaderClassName
{
color: #00F5DB;
}
.AnyTagClassName
{
color: #00F5DB;
}
</style>
background-color css
<style>
a { background-color: #00F5DB; }
a { background-color: rgb(0,245,219); }
div.DivClassName
{
background-color: #00F5DB;
}
.BgClassName
{
background-color: #00F5DB;
}
</style>
border-color css
<style>
span { border-color: #00F5DB; }
span { border-color: rgb(0,245,219); }
td.TdClassName
{
border-color: #00F5DB;
}
.TagClassName
{
border-color: #00F5DB;
}
</style>