Shades of Dark Turquoise #0DCDE6
Tints of Dark Turquoise #0DCDE6
RGB
CMYK
RGB Variations
Color information
#0DCDE6 (or 0x0DCDE6) is known color: Dark Turquoise. HEX triplet: 0D, CD and E6. RGB value is (13,205,230). Sum of RGB (Red+Green+Blue) = 13+205+230=448 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #0DCDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDE6 is #F23219. Grayscale: #969696. Windows color (decimal): -15872538 or 15125773. OLE color: 15125773.
HSL color Cylindrical-coordinate representation of color #0DCDE6: hue angle of 186.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDE6 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 205 | 230 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.10 |
| HSL | 186.91º | 0.89% | 0.48% | - |
| HSV(B) | 186.91º | 0.94% | 0.9% | - |
| XYZ | 36.28 | 49.46 | 82.5 | - |
| YUV | 150.44 | 172.89 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 230 | 0.94 | 0.11 | 0 | 0.10 | 186.91 | 0.89 | 0.48 |
| Hex | D | CD | E6 | 5E | B | 0 | A | BB | 59 | 30 |
| Octal | 15 | 315 | 346 | 136 | 13 | 0 | 12 | 273 | 131 | 60 |
| Binary | 1101 | 11001101 | 11100110 | 1011110 | 1011 | 0 | 1010 | 10111011 | 1011001 | 110000 |
Color Harmonies of #0DCDE6
Complementary color
Monochromatic Colors of #0DCDE6
Black with #0DCDE6
Text Example
Text Example
White with #0DCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDE6; }
p { color: rgb(13,205,230); }
H1.HeaderClassName
{
color: #0DCDE6;
}
.AnyTagClassName
{
color: #0DCDE6;
}
</style>
background-color css
<style>
a { background-color: #0DCDE6; }
a { background-color: rgb(13,205,230); }
div.DivClassName
{
background-color: #0DCDE6;
}
.BgClassName
{
background-color: #0DCDE6;
}
</style>
border-color css
<style>
span { border-color: #0DCDE6; }
span { border-color: rgb(13,205,230); }
td.TdClassName
{
border-color: #0DCDE6;
}
.TagClassName
{
border-color: #0DCDE6;
}
</style>