Shades of Bright Turquoise #11EECC
Tints of Bright Turquoise #11EECC
RGB
CMYK
RGB Variations
Color information
#11EECC (or 0x11EECC) is known color: Bright Turquoise. HEX triplet: 11, EE and CC. RGB value is (17,238,204). Sum of RGB (Red+Green+Blue) = 17+238+204=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #11EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EECC is #EE1133. Grayscale: #A7A7A7. Windows color (decimal): -15601972 or 13430289. OLE color: 13430289.
HSL color Cylindrical-coordinate representation of color #11EECC: hue angle of 170.77º 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 #11EECC is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 238 | 204 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.07 |
| HSL | 170.77º | 0.87% | 0.5% | - |
| HSV(B) | 170.77º | 0.93% | 0.93% | - |
| XYZ | 41.7 | 65.63 | 67.6 | - |
| YUV | 168.05 | 148.28 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 238 | 204 | 0.93 | 0 | 0.14 | 0.07 | 170.77 | 0.87 | 0.5 |
| Hex | 11 | EE | CC | 5D | 0 | E | 7 | AB | 57 | 32 |
| Octal | 21 | 356 | 314 | 135 | 0 | 16 | 7 | 253 | 127 | 62 |
| Binary | 10001 | 11101110 | 11001100 | 1011101 | 0 | 1110 | 111 | 10101011 | 1010111 | 110010 |
Color Harmonies of #11EECC
Complementary color
Monochromatic Colors of #11EECC
Black with #11EECC
Text Example
Text Example
White with #11EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EECC; }
p { color: rgb(17,238,204); }
H1.HeaderClassName
{
color: #11EECC;
}
.AnyTagClassName
{
color: #11EECC;
}
</style>
background-color css
<style>
a { background-color: #11EECC; }
a { background-color: rgb(17,238,204); }
div.DivClassName
{
background-color: #11EECC;
}
.BgClassName
{
background-color: #11EECC;
}
</style>
border-color css
<style>
span { border-color: #11EECC; }
span { border-color: rgb(17,238,204); }
td.TdClassName
{
border-color: #11EECC;
}
.TagClassName
{
border-color: #11EECC;
}
</style>