Shades of Dark Turquoise #01D0DF
Tints of Dark Turquoise #01D0DF
RGB
CMYK
RGB Variations
Color information
#01D0DF (or 0x01D0DF) is known color: Dark Turquoise. HEX triplet: 01, D0 and DF. RGB value is (1,208,223). Sum of RGB (Red+Green+Blue) = 1+208+223=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #01D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D0DF is #FE2F20. Grayscale: #939393. Windows color (decimal): -16658209 or 14667777. OLE color: 14667777.
HSL color Cylindrical-coordinate representation of color #01D0DF: hue angle of 184.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D0DF is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 208 | 223 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.13 |
| HSL | 184.05º | 0.99% | 0.44% | - |
| HSV(B) | 184.05º | 1% | 0.87% | - |
| XYZ | 35.89 | 50.45 | 77.66 | - |
| YUV | 147.82 | 170.42 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 223 | 1.00 | 0.07 | 0 | 0.13 | 184.05 | 0.99 | 0.44 |
| Hex | 1 | D0 | DF | 64 | 7 | 0 | D | B8 | 63 | 2C |
| Octal | 1 | 320 | 337 | 144 | 7 | 0 | 15 | 270 | 143 | 54 |
| Binary | 1 | 11010000 | 11011111 | 1100100 | 111 | 0 | 1101 | 10111000 | 1100011 | 101100 |
Color Harmonies of #01D0DF
Complementary color
Monochromatic Colors of #01D0DF
Black with #01D0DF
Text Example
Text Example
White with #01D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D0DF; }
p { color: rgb(1,208,223); }
H1.HeaderClassName
{
color: #01D0DF;
}
.AnyTagClassName
{
color: #01D0DF;
}
</style>
background-color css
<style>
a { background-color: #01D0DF; }
a { background-color: rgb(1,208,223); }
div.DivClassName
{
background-color: #01D0DF;
}
.BgClassName
{
background-color: #01D0DF;
}
</style>
border-color css
<style>
span { border-color: #01D0DF; }
span { border-color: rgb(1,208,223); }
td.TdClassName
{
border-color: #01D0DF;
}
.TagClassName
{
border-color: #01D0DF;
}
</style>