Shades of Bright Turquoise #11ECEE
Tints of Bright Turquoise #11ECEE
RGB
CMYK
RGB Variations
Color information
#11ECEE (or 0x11ECEE) is known color: Bright Turquoise. HEX triplet: 11, EC and EE. RGB value is (17,236,238). Sum of RGB (Red+Green+Blue) = 17+236+238=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #11ECEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11ECEE is #EE1311. Grayscale: #AAAAAA. Windows color (decimal): -15602450 or 15658001. OLE color: 15658001.
HSL color Cylindrical-coordinate representation of color #11ECEE: hue angle of 180.54º 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 #11ECEE is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 236 | 238 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.07 |
| HSL | 180.54º | 0.87% | 0.5% | - |
| HSV(B) | 180.54º | 0.93% | 0.93% | - |
| XYZ | 45.66 | 66.28 | 91.28 | - |
| YUV | 170.75 | 165.95 | 18.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 236 | 238 | 0.93 | 0.01 | 0 | 0.07 | 180.54 | 0.87 | 0.5 |
| Hex | 11 | EC | EE | 5D | 1 | 0 | 7 | B5 | 57 | 32 |
| Octal | 21 | 354 | 356 | 135 | 1 | 0 | 7 | 265 | 127 | 62 |
| Binary | 10001 | 11101100 | 11101110 | 1011101 | 1 | 0 | 111 | 10110101 | 1010111 | 110010 |
Color Harmonies of #11ECEE
Complementary color
Monochromatic Colors of #11ECEE
Black with #11ECEE
Text Example
Text Example
White with #11ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ECEE; }
p { color: rgb(17,236,238); }
H1.HeaderClassName
{
color: #11ECEE;
}
.AnyTagClassName
{
color: #11ECEE;
}
</style>
background-color css
<style>
a { background-color: #11ECEE; }
a { background-color: rgb(17,236,238); }
div.DivClassName
{
background-color: #11ECEE;
}
.BgClassName
{
background-color: #11ECEE;
}
</style>
border-color css
<style>
span { border-color: #11ECEE; }
span { border-color: rgb(17,236,238); }
td.TdClassName
{
border-color: #11ECEE;
}
.TagClassName
{
border-color: #11ECEE;
}
</style>