Shades of Bright Turquoise #10ECCE
Tints of Bright Turquoise #10ECCE
RGB
CMYK
RGB Variations
Color information
#10ECCE (or 0x10ECCE) is known color: Bright Turquoise. HEX triplet: 10, EC and CE. RGB value is (16,236,206). Sum of RGB (Red+Green+Blue) = 16+236+206=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECCE is #EF1331. Grayscale: #A6A6A6. Windows color (decimal): -15668018 or 13560848. OLE color: 13560848.
HSL color Cylindrical-coordinate representation of color #10ECCE: hue angle of 171.82º 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 #10ECCE is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 206 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.07 |
| HSL | 171.82º | 0.87% | 0.49% | - |
| HSV(B) | 171.82º | 0.93% | 0.93% | - |
| XYZ | 41.35 | 64.56 | 68.67 | - |
| YUV | 166.8 | 150.11 | 20.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 206 | 0.93 | 0 | 0.13 | 0.07 | 171.82 | 0.87 | 0.49 |
| Hex | 10 | EC | CE | 5D | 0 | D | 7 | AC | 57 | 31 |
| Octal | 20 | 354 | 316 | 135 | 0 | 15 | 7 | 254 | 127 | 61 |
| Binary | 10000 | 11101100 | 11001110 | 1011101 | 0 | 1101 | 111 | 10101100 | 1010111 | 110001 |
Color Harmonies of #10ECCE
Complementary color
Monochromatic Colors of #10ECCE
Black with #10ECCE
Text Example
Text Example
White with #10ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECCE; }
p { color: rgb(16,236,206); }
H1.HeaderClassName
{
color: #10ECCE;
}
.AnyTagClassName
{
color: #10ECCE;
}
</style>
background-color css
<style>
a { background-color: #10ECCE; }
a { background-color: rgb(16,236,206); }
div.DivClassName
{
background-color: #10ECCE;
}
.BgClassName
{
background-color: #10ECCE;
}
</style>
border-color css
<style>
span { border-color: #10ECCE; }
span { border-color: rgb(16,236,206); }
td.TdClassName
{
border-color: #10ECCE;
}
.TagClassName
{
border-color: #10ECCE;
}
</style>