Shades of Dark Turquoise #0DCFE6
Tints of Dark Turquoise #0DCFE6
RGB
CMYK
RGB Variations
Color information
#0DCFE6 (or 0x0DCFE6) is known color: Dark Turquoise. HEX triplet: 0D, CF and E6. RGB value is (13,207,230). Sum of RGB (Red+Green+Blue) = 13+207+230=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #0DCFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFE6 is #F23019. Grayscale: #979797. Windows color (decimal): -15872026 or 15126285. OLE color: 15126285.
HSL color Cylindrical-coordinate representation of color #0DCFE6: hue angle of 186.36º 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 #0DCFE6 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 207 | 230 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.10 |
| HSL | 186.36º | 0.89% | 0.48% | - |
| HSV(B) | 186.36º | 0.94% | 0.9% | - |
| XYZ | 36.76 | 50.42 | 82.66 | - |
| YUV | 151.62 | 172.23 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 230 | 0.94 | 0.10 | 0 | 0.10 | 186.36 | 0.89 | 0.48 |
| Hex | D | CF | E6 | 5E | A | 0 | A | BA | 59 | 30 |
| Octal | 15 | 317 | 346 | 136 | 12 | 0 | 12 | 272 | 131 | 60 |
| Binary | 1101 | 11001111 | 11100110 | 1011110 | 1010 | 0 | 1010 | 10111010 | 1011001 | 110000 |
Color Harmonies of #0DCFE6
Complementary color
Monochromatic Colors of #0DCFE6
Black with #0DCFE6
Text Example
Text Example
White with #0DCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFE6; }
p { color: rgb(13,207,230); }
H1.HeaderClassName
{
color: #0DCFE6;
}
.AnyTagClassName
{
color: #0DCFE6;
}
</style>
background-color css
<style>
a { background-color: #0DCFE6; }
a { background-color: rgb(13,207,230); }
div.DivClassName
{
background-color: #0DCFE6;
}
.BgClassName
{
background-color: #0DCFE6;
}
</style>
border-color css
<style>
span { border-color: #0DCFE6; }
span { border-color: rgb(13,207,230); }
td.TdClassName
{
border-color: #0DCFE6;
}
.TagClassName
{
border-color: #0DCFE6;
}
</style>