Shades of Dark Turquoise #10C7DC
Tints of Dark Turquoise #10C7DC
RGB
CMYK
RGB Variations
Color information
#10C7DC (or 0x10C7DC) is known color: Dark Turquoise. HEX triplet: 10, C7 and DC. RGB value is (16,199,220). Sum of RGB (Red+Green+Blue) = 16+199+220=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #10C7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C7DC is #EF3823. Grayscale: #929292. Windows color (decimal): -15677476 or 14468880. OLE color: 14468880.
HSL color Cylindrical-coordinate representation of color #10C7DC: hue angle of 186.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C7DC is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 199 | 220 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.14 |
| HSL | 186.18º | 0.86% | 0.46% | - |
| HSV(B) | 186.18º | 0.93% | 0.86% | - |
| XYZ | 33.56 | 46.12 | 74.84 | - |
| YUV | 146.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 220 | 0.93 | 0.10 | 0 | 0.14 | 186.18 | 0.86 | 0.46 |
| Hex | 10 | C7 | DC | 5D | A | 0 | E | BA | 56 | 2E |
| Octal | 20 | 307 | 334 | 135 | 12 | 0 | 16 | 272 | 126 | 56 |
| Binary | 10000 | 11000111 | 11011100 | 1011101 | 1010 | 0 | 1110 | 10111010 | 1010110 | 101110 |
Color Harmonies of #10C7DC
Complementary color
Monochromatic Colors of #10C7DC
Black with #10C7DC
Text Example
Text Example
White with #10C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C7DC; }
p { color: rgb(16,199,220); }
H1.HeaderClassName
{
color: #10C7DC;
}
.AnyTagClassName
{
color: #10C7DC;
}
</style>
background-color css
<style>
a { background-color: #10C7DC; }
a { background-color: rgb(16,199,220); }
div.DivClassName
{
background-color: #10C7DC;
}
.BgClassName
{
background-color: #10C7DC;
}
</style>
border-color css
<style>
span { border-color: #10C7DC; }
span { border-color: rgb(16,199,220); }
td.TdClassName
{
border-color: #10C7DC;
}
.TagClassName
{
border-color: #10C7DC;
}
</style>