Shades of Dark Turquoise #0DC5D7
Tints of Dark Turquoise #0DC5D7
RGB
CMYK
RGB Variations
Color information
#0DC5D7 (or 0x0DC5D7) is known color: Dark Turquoise. HEX triplet: 0D, C5 and D7. RGB value is (13,197,215). Sum of RGB (Red+Green+Blue) = 13+197+215=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DC5D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC5D7 is #F23A28. Grayscale: #8F8F8F. Windows color (decimal): -15874601 or 14140685. OLE color: 14140685.
HSL color Cylindrical-coordinate representation of color #0DC5D7: hue angle of 185.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC5D7 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 197 | 215 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.16 |
| HSL | 185.35º | 0.89% | 0.45% | - |
| HSV(B) | 185.35º | 0.94% | 0.84% | - |
| XYZ | 32.4 | 44.92 | 71.25 | - |
| YUV | 144.04 | 168.04 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 215 | 0.94 | 0.08 | 0 | 0.16 | 185.35 | 0.89 | 0.45 |
| Hex | D | C5 | D7 | 5E | 8 | 0 | 10 | B9 | 59 | 2D |
| Octal | 15 | 305 | 327 | 136 | 10 | 0 | 20 | 271 | 131 | 55 |
| Binary | 1101 | 11000101 | 11010111 | 1011110 | 1000 | 0 | 10000 | 10111001 | 1011001 | 101101 |
Color Harmonies of #0DC5D7
Complementary color
Monochromatic Colors of #0DC5D7
Black with #0DC5D7
Text Example
Text Example
White with #0DC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5D7; }
p { color: rgb(13,197,215); }
H1.HeaderClassName
{
color: #0DC5D7;
}
.AnyTagClassName
{
color: #0DC5D7;
}
</style>
background-color css
<style>
a { background-color: #0DC5D7; }
a { background-color: rgb(13,197,215); }
div.DivClassName
{
background-color: #0DC5D7;
}
.BgClassName
{
background-color: #0DC5D7;
}
</style>
border-color css
<style>
span { border-color: #0DC5D7; }
span { border-color: rgb(13,197,215); }
td.TdClassName
{
border-color: #0DC5D7;
}
.TagClassName
{
border-color: #0DC5D7;
}
</style>