Shades of Dark Turquoise #0DCCD6
Tints of Dark Turquoise #0DCCD6
RGB
CMYK
RGB Variations
Color information
#0DCCD6 (or 0x0DCCD6) is known color: Dark Turquoise. HEX triplet: 0D, CC and D6. RGB value is (13,204,214). Sum of RGB (Red+Green+Blue) = 13+204+214=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #0DCCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCD6 is #F23329. Grayscale: #939393. Windows color (decimal): -15872810 or 14076941. OLE color: 14076941.
HSL color Cylindrical-coordinate representation of color #0DCCD6: hue angle of 182.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCD6 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 204 | 214 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.16 |
| HSL | 182.99º | 0.89% | 0.45% | - |
| HSV(B) | 182.99º | 0.94% | 0.84% | - |
| XYZ | 33.9 | 48.13 | 71.12 | - |
| YUV | 148.03 | 165.22 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 214 | 0.94 | 0.05 | 0 | 0.16 | 182.99 | 0.89 | 0.45 |
| Hex | D | CC | D6 | 5E | 5 | 0 | 10 | B7 | 59 | 2D |
| Octal | 15 | 314 | 326 | 136 | 5 | 0 | 20 | 267 | 131 | 55 |
| Binary | 1101 | 11001100 | 11010110 | 1011110 | 101 | 0 | 10000 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DCCD6
Complementary color
Monochromatic Colors of #0DCCD6
Black with #0DCCD6
Text Example
Text Example
White with #0DCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCD6; }
p { color: rgb(13,204,214); }
H1.HeaderClassName
{
color: #0DCCD6;
}
.AnyTagClassName
{
color: #0DCCD6;
}
</style>
background-color css
<style>
a { background-color: #0DCCD6; }
a { background-color: rgb(13,204,214); }
div.DivClassName
{
background-color: #0DCCD6;
}
.BgClassName
{
background-color: #0DCCD6;
}
</style>
border-color css
<style>
span { border-color: #0DCCD6; }
span { border-color: rgb(13,204,214); }
td.TdClassName
{
border-color: #0DCCD6;
}
.TagClassName
{
border-color: #0DCCD6;
}
</style>