Shades of Bright Turquoise #11EDE4
Tints of Bright Turquoise #11EDE4
RGB
CMYK
RGB Variations
Color information
#11EDE4 (or 0x11EDE4) is known color: Bright Turquoise. HEX triplet: 11, ED and E4. RGB value is (17,237,228). Sum of RGB (Red+Green+Blue) = 17+237+228=482 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.53% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDE4 is #EE121B. Grayscale: #AAAAAA. Windows color (decimal): -15602204 or 15002897. OLE color: 15002897.
HSL color Cylindrical-coordinate representation of color #11EDE4: hue angle of 177.55º 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 #11EDE4 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 237 | 228 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.07 |
| HSL | 177.55º | 0.87% | 0.5% | - |
| HSV(B) | 177.55º | 0.93% | 0.93% | - |
| XYZ | 44.52 | 66.29 | 83.85 | - |
| YUV | 170.19 | 160.61 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 228 | 0.93 | 0 | 0.04 | 0.07 | 177.55 | 0.87 | 0.5 |
| Hex | 11 | ED | E4 | 5D | 0 | 4 | 7 | B2 | 57 | 32 |
| Octal | 21 | 355 | 344 | 135 | 0 | 4 | 7 | 262 | 127 | 62 |
| Binary | 10001 | 11101101 | 11100100 | 1011101 | 0 | 100 | 111 | 10110010 | 1010111 | 110010 |
Color Harmonies of #11EDE4
Complementary color
Monochromatic Colors of #11EDE4
Black with #11EDE4
Text Example
Text Example
White with #11EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EDE4; }
p { color: rgb(17,237,228); }
H1.HeaderClassName
{
color: #11EDE4;
}
.AnyTagClassName
{
color: #11EDE4;
}
</style>
background-color css
<style>
a { background-color: #11EDE4; }
a { background-color: rgb(17,237,228); }
div.DivClassName
{
background-color: #11EDE4;
}
.BgClassName
{
background-color: #11EDE4;
}
</style>
border-color css
<style>
span { border-color: #11EDE4; }
span { border-color: rgb(17,237,228); }
td.TdClassName
{
border-color: #11EDE4;
}
.TagClassName
{
border-color: #11EDE4;
}
</style>