Shades of Bright Turquoise #11ECE0
Tints of Bright Turquoise #11ECE0
RGB
CMYK
RGB Variations
Color information
#11ECE0 (or 0x11ECE0) is known color: Bright Turquoise. HEX triplet: 11, EC and E0. RGB value is (17,236,224). Sum of RGB (Red+Green+Blue) = 17+236+224=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECE0 is #EE131F. Grayscale: #A8A8A8. Windows color (decimal): -15602464 or 14740497. OLE color: 14740497.
HSL color Cylindrical-coordinate representation of color #11ECE0: hue angle of 176.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ECE0 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 236 | 224 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.07 |
| HSL | 176.71º | 0.87% | 0.5% | - |
| HSV(B) | 176.71º | 0.93% | 0.93% | - |
| XYZ | 43.68 | 65.49 | 80.86 | - |
| YUV | 169.15 | 158.95 | 19.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 236 | 224 | 0.93 | 0 | 0.05 | 0.07 | 176.71 | 0.87 | 0.5 |
| Hex | 11 | EC | E0 | 5D | 0 | 5 | 7 | B1 | 57 | 32 |
| Octal | 21 | 354 | 340 | 135 | 0 | 5 | 7 | 261 | 127 | 62 |
| Binary | 10001 | 11101100 | 11100000 | 1011101 | 0 | 101 | 111 | 10110001 | 1010111 | 110010 |
Color Harmonies of #11ECE0
Complementary color
Monochromatic Colors of #11ECE0
Black with #11ECE0
Text Example
Text Example
White with #11ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ECE0; }
p { color: rgb(17,236,224); }
H1.HeaderClassName
{
color: #11ECE0;
}
.AnyTagClassName
{
color: #11ECE0;
}
</style>
background-color css
<style>
a { background-color: #11ECE0; }
a { background-color: rgb(17,236,224); }
div.DivClassName
{
background-color: #11ECE0;
}
.BgClassName
{
background-color: #11ECE0;
}
</style>
border-color css
<style>
span { border-color: #11ECE0; }
span { border-color: rgb(17,236,224); }
td.TdClassName
{
border-color: #11ECE0;
}
.TagClassName
{
border-color: #11ECE0;
}
</style>