Shades of Dark Turquoise #0DCED8
Tints of Dark Turquoise #0DCED8
RGB
CMYK
RGB Variations
Color information
#0DCED8 (or 0x0DCED8) is known color: Dark Turquoise. HEX triplet: 0D, CE and D8. RGB value is (13,206,216). Sum of RGB (Red+Green+Blue) = 13+206+216=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #0DCED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCED8 is #F23127. Grayscale: #959595. Windows color (decimal): -15872296 or 14208525. OLE color: 14208525.
HSL color Cylindrical-coordinate representation of color #0DCED8: hue angle of 182.96º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCED8 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 206 | 216 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.15 |
| HSL | 182.96º | 0.89% | 0.45% | - |
| HSV(B) | 182.96º | 0.94% | 0.85% | - |
| XYZ | 34.63 | 49.19 | 72.63 | - |
| YUV | 149.43 | 165.56 | 30.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 216 | 0.94 | 0.05 | 0 | 0.15 | 182.96 | 0.89 | 0.45 |
| Hex | D | CE | D8 | 5E | 5 | 0 | F | B7 | 59 | 2D |
| Octal | 15 | 316 | 330 | 136 | 5 | 0 | 17 | 267 | 131 | 55 |
| Binary | 1101 | 11001110 | 11011000 | 1011110 | 101 | 0 | 1111 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DCED8
Complementary color
Monochromatic Colors of #0DCED8
Black with #0DCED8
Text Example
Text Example
White with #0DCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCED8; }
p { color: rgb(13,206,216); }
H1.HeaderClassName
{
color: #0DCED8;
}
.AnyTagClassName
{
color: #0DCED8;
}
</style>
background-color css
<style>
a { background-color: #0DCED8; }
a { background-color: rgb(13,206,216); }
div.DivClassName
{
background-color: #0DCED8;
}
.BgClassName
{
background-color: #0DCED8;
}
</style>
border-color css
<style>
span { border-color: #0DCED8; }
span { border-color: rgb(13,206,216); }
td.TdClassName
{
border-color: #0DCED8;
}
.TagClassName
{
border-color: #0DCED8;
}
</style>