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