Shades of Dark Turquoise #0DCFE9
Tints of Dark Turquoise #0DCFE9
RGB
CMYK
RGB Variations
Color information
#0DCFE9 (or 0x0DCFE9) is known color: Dark Turquoise. HEX triplet: 0D, CF and E9. RGB value is (13,207,233). Sum of RGB (Red+Green+Blue) = 13+207+233=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #0DCFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFE9 is #F23016. Grayscale: #979797. Windows color (decimal): -15872023 or 15322893. OLE color: 15322893.
HSL color Cylindrical-coordinate representation of color #0DCFE9: hue angle of 187.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFE9 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 207 | 233 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.09 |
| HSL | 187.09º | 0.89% | 0.48% | - |
| HSV(B) | 187.09º | 0.94% | 0.91% | - |
| XYZ | 37.19 | 50.59 | 84.9 | - |
| YUV | 151.96 | 173.73 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 233 | 0.94 | 0.11 | 0 | 0.09 | 187.09 | 0.89 | 0.48 |
| Hex | D | CF | E9 | 5E | B | 0 | 9 | BB | 59 | 30 |
| Octal | 15 | 317 | 351 | 136 | 13 | 0 | 11 | 273 | 131 | 60 |
| Binary | 1101 | 11001111 | 11101001 | 1011110 | 1011 | 0 | 1001 | 10111011 | 1011001 | 110000 |
Color Harmonies of #0DCFE9
Complementary color
Monochromatic Colors of #0DCFE9
Black with #0DCFE9
Text Example
Text Example
White with #0DCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFE9; }
p { color: rgb(13,207,233); }
H1.HeaderClassName
{
color: #0DCFE9;
}
.AnyTagClassName
{
color: #0DCFE9;
}
</style>
background-color css
<style>
a { background-color: #0DCFE9; }
a { background-color: rgb(13,207,233); }
div.DivClassName
{
background-color: #0DCFE9;
}
.BgClassName
{
background-color: #0DCFE9;
}
</style>
border-color css
<style>
span { border-color: #0DCFE9; }
span { border-color: rgb(13,207,233); }
td.TdClassName
{
border-color: #0DCFE9;
}
.TagClassName
{
border-color: #0DCFE9;
}
</style>