Shades of Dark Turquoise #00D1DF
Tints of Dark Turquoise #00D1DF
RGB
CMYK
RGB Variations
Color information
#00D1DF (or 0x00D1DF) is known color: Dark Turquoise. HEX triplet: 00, D1 and DF. RGB value is (0,209,223). Sum of RGB (Red+Green+Blue) = 0+209+223=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 209 (82.03% from 255 or 48.38% 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 #00D1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1DF is #FF2E20. Grayscale: #939393. Windows color (decimal): -16723489 or 14668032. OLE color: 14668032.
HSL color Cylindrical-coordinate representation of color #00D1DF: hue angle of 183.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1DF is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 209 | 223 | - |
| CMYK | 1 | 0.06 | 0 | 0.13 |
| HSL | 183.77º | 1% | 0.44% | - |
| HSV(B) | 183.77º | 1% | 0.87% | - |
| XYZ | 36.12 | 50.93 | 77.74 | - |
| YUV | 148.11 | 170.26 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 223 | 1 | 0.06 | 0 | 0.13 | 183.77 | 1 | 0.44 |
| Hex | 0 | D1 | DF | 64 | 6 | 0 | D | B8 | 64 | 2C |
| Octal | 0 | 321 | 337 | 144 | 6 | 0 | 15 | 270 | 144 | 54 |
| Binary | 0 | 11010001 | 11011111 | 1100100 | 110 | 0 | 1101 | 10111000 | 1100100 | 101100 |
Color Harmonies of #00D1DF
Complementary color
Monochromatic Colors of #00D1DF
Black with #00D1DF
Text Example
Text Example
White with #00D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1DF; }
p { color: rgb(0,209,223); }
H1.HeaderClassName
{
color: #00D1DF;
}
.AnyTagClassName
{
color: #00D1DF;
}
</style>
background-color css
<style>
a { background-color: #00D1DF; }
a { background-color: rgb(0,209,223); }
div.DivClassName
{
background-color: #00D1DF;
}
.BgClassName
{
background-color: #00D1DF;
}
</style>
border-color css
<style>
span { border-color: #00D1DF; }
span { border-color: rgb(0,209,223); }
td.TdClassName
{
border-color: #00D1DF;
}
.TagClassName
{
border-color: #00D1DF;
}
</style>