Shades of Dark Turquoise #0DCEDB
Tints of Dark Turquoise #0DCEDB
RGB
CMYK
RGB Variations
Color information
#0DCEDB (or 0x0DCEDB) is known color: Dark Turquoise. HEX triplet: 0D, CE and DB. RGB value is (13,206,219). Sum of RGB (Red+Green+Blue) = 13+206+219=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DCEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCEDB is #F23124. Grayscale: #959595. Windows color (decimal): -15872293 or 14405133. OLE color: 14405133.
HSL color Cylindrical-coordinate representation of color #0DCEDB: hue angle of 183.79º 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 #0DCEDB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 206 | 219 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.14 |
| HSL | 183.79º | 0.89% | 0.45% | - |
| HSV(B) | 183.79º | 0.94% | 0.86% | - |
| XYZ | 35.02 | 49.34 | 74.7 | - |
| YUV | 149.78 | 167.06 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 219 | 0.94 | 0.06 | 0 | 0.14 | 183.79 | 0.89 | 0.45 |
| Hex | D | CE | DB | 5E | 6 | 0 | E | B8 | 59 | 2D |
| Octal | 15 | 316 | 333 | 136 | 6 | 0 | 16 | 270 | 131 | 55 |
| Binary | 1101 | 11001110 | 11011011 | 1011110 | 110 | 0 | 1110 | 10111000 | 1011001 | 101101 |
Color Harmonies of #0DCEDB
Complementary color
Monochromatic Colors of #0DCEDB
Black with #0DCEDB
Text Example
Text Example
White with #0DCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCEDB; }
p { color: rgb(13,206,219); }
H1.HeaderClassName
{
color: #0DCEDB;
}
.AnyTagClassName
{
color: #0DCEDB;
}
</style>
background-color css
<style>
a { background-color: #0DCEDB; }
a { background-color: rgb(13,206,219); }
div.DivClassName
{
background-color: #0DCEDB;
}
.BgClassName
{
background-color: #0DCEDB;
}
</style>
border-color css
<style>
span { border-color: #0DCEDB; }
span { border-color: rgb(13,206,219); }
td.TdClassName
{
border-color: #0DCEDB;
}
.TagClassName
{
border-color: #0DCEDB;
}
</style>