Shades of Bright Turquoise #11ECEF
Tints of Bright Turquoise #11ECEF
RGB
CMYK
RGB Variations
Color information
#11ECEF (or 0x11ECEF) is known color: Bright Turquoise. HEX triplet: 11, EC and EF. RGB value is (17,236,239). Sum of RGB (Red+Green+Blue) = 17+236+239=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #11ECEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11ECEF is #EE1310. Grayscale: #AAAAAA. Windows color (decimal): -15602449 or 15723537. OLE color: 15723537.
HSL color Cylindrical-coordinate representation of color #11ECEF: hue angle of 180.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ECEF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 236 | 239 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.06 |
| HSL | 180.81º | 0.87% | 0.5% | - |
| HSV(B) | 180.81º | 0.93% | 0.94% | - |
| XYZ | 45.81 | 66.34 | 92.05 | - |
| YUV | 170.86 | 166.45 | 18.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 236 | 239 | 0.93 | 0.01 | 0 | 0.06 | 180.81 | 0.87 | 0.5 |
| Hex | 11 | EC | EF | 5D | 1 | 0 | 6 | B5 | 57 | 32 |
| Octal | 21 | 354 | 357 | 135 | 1 | 0 | 6 | 265 | 127 | 62 |
| Binary | 10001 | 11101100 | 11101111 | 1011101 | 1 | 0 | 110 | 10110101 | 1010111 | 110010 |
Color Harmonies of #11ECEF
Complementary color
Monochromatic Colors of #11ECEF
Black with #11ECEF
Text Example
Text Example
White with #11ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ECEF; }
p { color: rgb(17,236,239); }
H1.HeaderClassName
{
color: #11ECEF;
}
.AnyTagClassName
{
color: #11ECEF;
}
</style>
background-color css
<style>
a { background-color: #11ECEF; }
a { background-color: rgb(17,236,239); }
div.DivClassName
{
background-color: #11ECEF;
}
.BgClassName
{
background-color: #11ECEF;
}
</style>
border-color css
<style>
span { border-color: #11ECEF; }
span { border-color: rgb(17,236,239); }
td.TdClassName
{
border-color: #11ECEF;
}
.TagClassName
{
border-color: #11ECEF;
}
</style>