Shades of Dark Turquoise #0DC8DB
Tints of Dark Turquoise #0DC8DB
RGB
CMYK
RGB Variations
Color information
#0DC8DB (or 0x0DC8DB) is known color: Dark Turquoise. HEX triplet: 0D, C8 and DB. RGB value is (13,200,219). Sum of RGB (Red+Green+Blue) = 13+200+219=432 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.01% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DC8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC8DB is #F23724. Grayscale: #919191. Windows color (decimal): -15873829 or 14403597. OLE color: 14403597.
HSL color Cylindrical-coordinate representation of color #0DC8DB: hue angle of 185.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC8DB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 200 | 219 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.14 |
| HSL | 185.53º | 0.89% | 0.45% | - |
| HSV(B) | 185.53º | 0.94% | 0.86% | - |
| XYZ | 33.61 | 46.51 | 74.22 | - |
| YUV | 146.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 219 | 0.94 | 0.09 | 0 | 0.14 | 185.53 | 0.89 | 0.45 |
| Hex | D | C8 | DB | 5E | 9 | 0 | E | BA | 59 | 2D |
| Octal | 15 | 310 | 333 | 136 | 11 | 0 | 16 | 272 | 131 | 55 |
| Binary | 1101 | 11001000 | 11011011 | 1011110 | 1001 | 0 | 1110 | 10111010 | 1011001 | 101101 |
Color Harmonies of #0DC8DB
Complementary color
Monochromatic Colors of #0DC8DB
Black with #0DC8DB
Text Example
Text Example
White with #0DC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC8DB; }
p { color: rgb(13,200,219); }
H1.HeaderClassName
{
color: #0DC8DB;
}
.AnyTagClassName
{
color: #0DC8DB;
}
</style>
background-color css
<style>
a { background-color: #0DC8DB; }
a { background-color: rgb(13,200,219); }
div.DivClassName
{
background-color: #0DC8DB;
}
.BgClassName
{
background-color: #0DC8DB;
}
</style>
border-color css
<style>
span { border-color: #0DC8DB; }
span { border-color: rgb(13,200,219); }
td.TdClassName
{
border-color: #0DC8DB;
}
.TagClassName
{
border-color: #0DC8DB;
}
</style>