Shades of Dark Turquoise #01DBCF
Tints of Dark Turquoise #01DBCF
RGB
CMYK
RGB Variations
Color information
#01DBCF (or 0x01DBCF) is known color: Dark Turquoise. HEX triplet: 01, DB and CF. RGB value is (1,219,207). Sum of RGB (Red+Green+Blue) = 1+219+207=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBCF is #FE2430. Grayscale: #989898. Windows color (decimal): -16655409 or 13622017. OLE color: 13622017.
HSL color Cylindrical-coordinate representation of color #01DBCF: hue angle of 176.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBCF is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 207 | - |
| CMYK | 1.00 | 0 | 0.05 | 0.14 |
| HSL | 176.7º | 0.99% | 0.43% | - |
| HSV(B) | 176.7º | 1% | 0.86% | - |
| XYZ | 36.61 | 55.17 | 67.75 | - |
| YUV | 152.45 | 158.78 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 207 | 1.00 | 0 | 0.05 | 0.14 | 176.7 | 0.99 | 0.43 |
| Hex | 1 | DB | CF | 64 | 0 | 5 | E | B1 | 63 | 2B |
| Octal | 1 | 333 | 317 | 144 | 0 | 5 | 16 | 261 | 143 | 53 |
| Binary | 1 | 11011011 | 11001111 | 1100100 | 0 | 101 | 1110 | 10110001 | 1100011 | 101011 |
Color Harmonies of #01DBCF
Complementary color
Monochromatic Colors of #01DBCF
Black with #01DBCF
Text Example
Text Example
White with #01DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBCF; }
p { color: rgb(1,219,207); }
H1.HeaderClassName
{
color: #01DBCF;
}
.AnyTagClassName
{
color: #01DBCF;
}
</style>
background-color css
<style>
a { background-color: #01DBCF; }
a { background-color: rgb(1,219,207); }
div.DivClassName
{
background-color: #01DBCF;
}
.BgClassName
{
background-color: #01DBCF;
}
</style>
border-color css
<style>
span { border-color: #01DBCF; }
span { border-color: rgb(1,219,207); }
td.TdClassName
{
border-color: #01DBCF;
}
.TagClassName
{
border-color: #01DBCF;
}
</style>