Shades of Bright Turquoise #11EED6
Tints of Bright Turquoise #11EED6
RGB
CMYK
RGB Variations
Color information
#11EED6 (or 0x11EED6) is known color: Bright Turquoise. HEX triplet: 11, EE and D6. RGB value is (17,238,214). Sum of RGB (Red+Green+Blue) = 17+238+214=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #11EED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EED6 is #EE1129. Grayscale: #A9A9A9. Windows color (decimal): -15601962 or 14085649. OLE color: 14085649.
HSL color Cylindrical-coordinate representation of color #11EED6: hue angle of 173.48º 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 #11EED6 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 238 | 214 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.07 |
| HSL | 173.48º | 0.87% | 0.5% | - |
| HSV(B) | 173.48º | 0.93% | 0.93% | - |
| XYZ | 42.94 | 66.12 | 74.12 | - |
| YUV | 169.19 | 153.28 | 19.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 238 | 214 | 0.93 | 0 | 0.10 | 0.07 | 173.48 | 0.87 | 0.5 |
| Hex | 11 | EE | D6 | 5D | 0 | A | 7 | AD | 57 | 32 |
| Octal | 21 | 356 | 326 | 135 | 0 | 12 | 7 | 255 | 127 | 62 |
| Binary | 10001 | 11101110 | 11010110 | 1011101 | 0 | 1010 | 111 | 10101101 | 1010111 | 110010 |
Color Harmonies of #11EED6
Complementary color
Monochromatic Colors of #11EED6
Black with #11EED6
Text Example
Text Example
White with #11EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EED6; }
p { color: rgb(17,238,214); }
H1.HeaderClassName
{
color: #11EED6;
}
.AnyTagClassName
{
color: #11EED6;
}
</style>
background-color css
<style>
a { background-color: #11EED6; }
a { background-color: rgb(17,238,214); }
div.DivClassName
{
background-color: #11EED6;
}
.BgClassName
{
background-color: #11EED6;
}
</style>
border-color css
<style>
span { border-color: #11EED6; }
span { border-color: rgb(17,238,214); }
td.TdClassName
{
border-color: #11EED6;
}
.TagClassName
{
border-color: #11EED6;
}
</style>