Shades of Dark Turquoise #0DC8DF
Tints of Dark Turquoise #0DC8DF
RGB
CMYK
RGB Variations
Color information
#0DC8DF (or 0x0DC8DF) is known color: Dark Turquoise. HEX triplet: 0D, C8 and DF. RGB value is (13,200,223). Sum of RGB (Red+Green+Blue) = 13+200+223=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DC8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC8DF is #F23720. Grayscale: #929292. Windows color (decimal): -15873825 or 14665741. OLE color: 14665741.
HSL color Cylindrical-coordinate representation of color #0DC8DF: hue angle of 186.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC8DF is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 200 | 223 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.13 |
| HSL | 186.57º | 0.89% | 0.46% | - |
| HSV(B) | 186.57º | 0.94% | 0.87% | - |
| XYZ | 34.14 | 46.72 | 77.03 | - |
| YUV | 146.71 | 171.05 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 223 | 0.94 | 0.10 | 0 | 0.13 | 186.57 | 0.89 | 0.46 |
| Hex | D | C8 | DF | 5E | A | 0 | D | BB | 59 | 2E |
| Octal | 15 | 310 | 337 | 136 | 12 | 0 | 15 | 273 | 131 | 56 |
| Binary | 1101 | 11001000 | 11011111 | 1011110 | 1010 | 0 | 1101 | 10111011 | 1011001 | 101110 |
Color Harmonies of #0DC8DF
Complementary color
Monochromatic Colors of #0DC8DF
Black with #0DC8DF
Text Example
Text Example
White with #0DC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC8DF; }
p { color: rgb(13,200,223); }
H1.HeaderClassName
{
color: #0DC8DF;
}
.AnyTagClassName
{
color: #0DC8DF;
}
</style>
background-color css
<style>
a { background-color: #0DC8DF; }
a { background-color: rgb(13,200,223); }
div.DivClassName
{
background-color: #0DC8DF;
}
.BgClassName
{
background-color: #0DC8DF;
}
</style>
border-color css
<style>
span { border-color: #0DC8DF; }
span { border-color: rgb(13,200,223); }
td.TdClassName
{
border-color: #0DC8DF;
}
.TagClassName
{
border-color: #0DC8DF;
}
</style>