Shades of Bright Turquoise #11E4EC
Tints of Bright Turquoise #11E4EC
RGB
CMYK
RGB Variations
Color information
#11E4EC (or 0x11E4EC) is known color: Bright Turquoise. HEX triplet: 11, E4 and EC. RGB value is (17,228,236). Sum of RGB (Red+Green+Blue) = 17+228+236=481 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.53% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #11E4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E4EC is #EE1B13. Grayscale: #A5A5A5. Windows color (decimal): -15604500 or 15524881. OLE color: 15524881.
HSL color Cylindrical-coordinate representation of color #11E4EC: hue angle of 182.19º 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 #11E4EC is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 228 | 236 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.07 |
| HSL | 182.19º | 0.87% | 0.5% | - |
| HSV(B) | 182.19º | 0.93% | 0.93% | - |
| XYZ | 43.11 | 61.66 | 88.99 | - |
| YUV | 165.82 | 167.6 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 228 | 236 | 0.93 | 0.03 | 0 | 0.07 | 182.19 | 0.87 | 0.5 |
| Hex | 11 | E4 | EC | 5D | 3 | 0 | 7 | B6 | 57 | 32 |
| Octal | 21 | 344 | 354 | 135 | 3 | 0 | 7 | 266 | 127 | 62 |
| Binary | 10001 | 11100100 | 11101100 | 1011101 | 11 | 0 | 111 | 10110110 | 1010111 | 110010 |
Color Harmonies of #11E4EC
Complementary color
Monochromatic Colors of #11E4EC
Black with #11E4EC
Text Example
Text Example
White with #11E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E4EC; }
p { color: rgb(17,228,236); }
H1.HeaderClassName
{
color: #11E4EC;
}
.AnyTagClassName
{
color: #11E4EC;
}
</style>
background-color css
<style>
a { background-color: #11E4EC; }
a { background-color: rgb(17,228,236); }
div.DivClassName
{
background-color: #11E4EC;
}
.BgClassName
{
background-color: #11E4EC;
}
</style>
border-color css
<style>
span { border-color: #11E4EC; }
span { border-color: rgb(17,228,236); }
td.TdClassName
{
border-color: #11E4EC;
}
.TagClassName
{
border-color: #11E4EC;
}
</style>