Shades of Dark Turquoise #0DC7DC
Tints of Dark Turquoise #0DC7DC
RGB
CMYK
RGB Variations
Color information
#0DC7DC (or 0x0DC7DC) is known color: Dark Turquoise. HEX triplet: 0D, C7 and DC. RGB value is (13,199,220). Sum of RGB (Red+Green+Blue) = 13+199+220=432 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.01% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DC7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7DC is #F23823. Grayscale: #919191. Windows color (decimal): -15874084 or 14468877. OLE color: 14468877.
HSL color Cylindrical-coordinate representation of color #0DC7DC: hue angle of 186.09º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC7DC is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 199 | 220 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.14 |
| HSL | 186.09º | 0.89% | 0.46% | - |
| HSV(B) | 186.09º | 0.94% | 0.86% | - |
| XYZ | 33.51 | 46.1 | 74.84 | - |
| YUV | 145.78 | 169.88 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 220 | 0.94 | 0.10 | 0 | 0.14 | 186.09 | 0.89 | 0.46 |
| Hex | D | C7 | DC | 5E | A | 0 | E | BA | 59 | 2E |
| Octal | 15 | 307 | 334 | 136 | 12 | 0 | 16 | 272 | 131 | 56 |
| Binary | 1101 | 11000111 | 11011100 | 1011110 | 1010 | 0 | 1110 | 10111010 | 1011001 | 101110 |
Color Harmonies of #0DC7DC
Complementary color
Monochromatic Colors of #0DC7DC
Black with #0DC7DC
Text Example
Text Example
White with #0DC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7DC; }
p { color: rgb(13,199,220); }
H1.HeaderClassName
{
color: #0DC7DC;
}
.AnyTagClassName
{
color: #0DC7DC;
}
</style>
background-color css
<style>
a { background-color: #0DC7DC; }
a { background-color: rgb(13,199,220); }
div.DivClassName
{
background-color: #0DC7DC;
}
.BgClassName
{
background-color: #0DC7DC;
}
</style>
border-color css
<style>
span { border-color: #0DC7DC; }
span { border-color: rgb(13,199,220); }
td.TdClassName
{
border-color: #0DC7DC;
}
.TagClassName
{
border-color: #0DC7DC;
}
</style>