Shades of Dark Turquoise #10C7E6
Tints of Dark Turquoise #10C7E6
RGB
CMYK
RGB Variations
Color information
#10C7E6 (or 0x10C7E6) is known color: Dark Turquoise. HEX triplet: 10, C7 and E6. RGB value is (16,199,230). Sum of RGB (Red+Green+Blue) = 16+199+230=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #10C7E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C7E6 is #EF3819. Grayscale: #939393. Windows color (decimal): -15677466 or 15124240. OLE color: 15124240.
HSL color Cylindrical-coordinate representation of color #10C7E6: hue angle of 188.69º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C7E6 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 199 | 230 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.10 |
| HSL | 188.69º | 0.87% | 0.48% | - |
| HSV(B) | 188.69º | 0.93% | 0.9% | - |
| XYZ | 34.92 | 46.67 | 82.03 | - |
| YUV | 147.82 | 174.37 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 230 | 0.93 | 0.13 | 0 | 0.10 | 188.69 | 0.87 | 0.48 |
| Hex | 10 | C7 | E6 | 5D | D | 0 | A | BD | 57 | 30 |
| Octal | 20 | 307 | 346 | 135 | 15 | 0 | 12 | 275 | 127 | 60 |
| Binary | 10000 | 11000111 | 11100110 | 1011101 | 1101 | 0 | 1010 | 10111101 | 1010111 | 110000 |
Color Harmonies of #10C7E6
Complementary color
Monochromatic Colors of #10C7E6
Black with #10C7E6
Text Example
Text Example
White with #10C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C7E6; }
p { color: rgb(16,199,230); }
H1.HeaderClassName
{
color: #10C7E6;
}
.AnyTagClassName
{
color: #10C7E6;
}
</style>
background-color css
<style>
a { background-color: #10C7E6; }
a { background-color: rgb(16,199,230); }
div.DivClassName
{
background-color: #10C7E6;
}
.BgClassName
{
background-color: #10C7E6;
}
</style>
border-color css
<style>
span { border-color: #10C7E6; }
span { border-color: rgb(16,199,230); }
td.TdClassName
{
border-color: #10C7E6;
}
.TagClassName
{
border-color: #10C7E6;
}
</style>