Shades of Bright Turquoise #10ECC0
Tints of Bright Turquoise #10ECC0
RGB
CMYK
RGB Variations
Color information
#10ECC0 (or 0x10ECC0) is known color: Bright Turquoise. HEX triplet: 10, EC and C0. RGB value is (16,236,192). Sum of RGB (Red+Green+Blue) = 16+236+192=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECC0 is #EF133F. Grayscale: #A5A5A5. Windows color (decimal): -15668032 or 12643344. OLE color: 12643344.
HSL color Cylindrical-coordinate representation of color #10ECC0: hue angle of 168º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ECC0 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 192 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.07 |
| HSL | 168º | 0.87% | 0.49% | - |
| HSV(B) | 168º | 0.93% | 0.93% | - |
| XYZ | 39.72 | 63.91 | 60.11 | - |
| YUV | 165.2 | 143.11 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 192 | 0.93 | 0 | 0.19 | 0.07 | 168 | 0.87 | 0.49 |
| Hex | 10 | EC | C0 | 5D | 0 | 13 | 7 | A8 | 57 | 31 |
| Octal | 20 | 354 | 300 | 135 | 0 | 23 | 7 | 250 | 127 | 61 |
| Binary | 10000 | 11101100 | 11000000 | 1011101 | 0 | 10011 | 111 | 10101000 | 1010111 | 110001 |
Color Harmonies of #10ECC0
Complementary color
Monochromatic Colors of #10ECC0
Black with #10ECC0
Text Example
Text Example
White with #10ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECC0; }
p { color: rgb(16,236,192); }
H1.HeaderClassName
{
color: #10ECC0;
}
.AnyTagClassName
{
color: #10ECC0;
}
</style>
background-color css
<style>
a { background-color: #10ECC0; }
a { background-color: rgb(16,236,192); }
div.DivClassName
{
background-color: #10ECC0;
}
.BgClassName
{
background-color: #10ECC0;
}
</style>
border-color css
<style>
span { border-color: #10ECC0; }
span { border-color: rgb(16,236,192); }
td.TdClassName
{
border-color: #10ECC0;
}
.TagClassName
{
border-color: #10ECC0;
}
</style>