Shades of Dark Turquoise #0DCECF
Tints of Dark Turquoise #0DCECF
RGB
CMYK
RGB Variations
Color information
#0DCECF (or 0x0DCECF) is known color: Dark Turquoise. HEX triplet: 0D, CE and CF. RGB value is (13,206,207). Sum of RGB (Red+Green+Blue) = 13+206+207=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DCECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCECF is #F23130. Grayscale: #949494. Windows color (decimal): -15872305 or 13618701. OLE color: 13618701.
HSL color Cylindrical-coordinate representation of color #0DCECF: hue angle of 180.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCECF is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 207 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.19 |
| HSL | 180.31º | 0.88% | 0.43% | - |
| HSV(B) | 180.31º | 0.94% | 0.81% | - |
| XYZ | 33.5 | 48.73 | 66.67 | - |
| YUV | 148.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 207 | 0.94 | 0.00 | 0 | 0.19 | 180.31 | 0.88 | 0.43 |
| Hex | D | CE | CF | 5E | 0 | 0 | 13 | B4 | 58 | 2B |
| Octal | 15 | 316 | 317 | 136 | 0 | 0 | 23 | 264 | 130 | 53 |
| Binary | 1101 | 11001110 | 11001111 | 1011110 | 0 | 0 | 10011 | 10110100 | 1011000 | 101011 |
Color Harmonies of #0DCECF
Complementary color
Monochromatic Colors of #0DCECF
Black with #0DCECF
Text Example
Text Example
White with #0DCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCECF; }
p { color: rgb(13,206,207); }
H1.HeaderClassName
{
color: #0DCECF;
}
.AnyTagClassName
{
color: #0DCECF;
}
</style>
background-color css
<style>
a { background-color: #0DCECF; }
a { background-color: rgb(13,206,207); }
div.DivClassName
{
background-color: #0DCECF;
}
.BgClassName
{
background-color: #0DCECF;
}
</style>
border-color css
<style>
span { border-color: #0DCECF; }
span { border-color: rgb(13,206,207); }
td.TdClassName
{
border-color: #0DCECF;
}
.TagClassName
{
border-color: #0DCECF;
}
</style>