Shades of Dark Turquoise #0DCFEB
Tints of Dark Turquoise #0DCFEB
RGB
CMYK
RGB Variations
Color information
#0DCFEB (or 0x0DCFEB) is known color: Dark Turquoise. HEX triplet: 0D, CF and EB. RGB value is (13,207,235). Sum of RGB (Red+Green+Blue) = 13+207+235=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DCFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFEB is #F23014. Grayscale: #979797. Windows color (decimal): -15872021 or 15453965. OLE color: 15453965.
HSL color Cylindrical-coordinate representation of color #0DCFEB: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFEB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 207 | 235 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.57º | 0.9% | 0.49% | - |
| HSV(B) | 187.57º | 0.94% | 0.92% | - |
| XYZ | 37.47 | 50.71 | 86.41 | - |
| YUV | 152.19 | 174.73 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 235 | 0.94 | 0.12 | 0 | 0.08 | 187.57 | 0.9 | 0.49 |
| Hex | D | CF | EB | 5E | C | 0 | 8 | BC | 5A | 31 |
| Octal | 15 | 317 | 353 | 136 | 14 | 0 | 10 | 274 | 132 | 61 |
| Binary | 1101 | 11001111 | 11101011 | 1011110 | 1100 | 0 | 1000 | 10111100 | 1011010 | 110001 |
Color Harmonies of #0DCFEB
Complementary color
Monochromatic Colors of #0DCFEB
Black with #0DCFEB
Text Example
Text Example
White with #0DCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFEB; }
p { color: rgb(13,207,235); }
H1.HeaderClassName
{
color: #0DCFEB;
}
.AnyTagClassName
{
color: #0DCFEB;
}
</style>
background-color css
<style>
a { background-color: #0DCFEB; }
a { background-color: rgb(13,207,235); }
div.DivClassName
{
background-color: #0DCFEB;
}
.BgClassName
{
background-color: #0DCFEB;
}
</style>
border-color css
<style>
span { border-color: #0DCFEB; }
span { border-color: rgb(13,207,235); }
td.TdClassName
{
border-color: #0DCFEB;
}
.TagClassName
{
border-color: #0DCFEB;
}
</style>