Shades of Bright Turquoise #11E5D6
Tints of Bright Turquoise #11E5D6
RGB
CMYK
RGB Variations
Color information
#11E5D6 (or 0x11E5D6) is known color: Bright Turquoise. HEX triplet: 11, E5 and D6. RGB value is (17,229,214). Sum of RGB (Red+Green+Blue) = 17+229+214=460 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #11E5D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E5D6 is #EE1A29. Grayscale: #A3A3A3. Windows color (decimal): -15604266 or 14083345. OLE color: 14083345.
HSL color Cylindrical-coordinate representation of color #11E5D6: hue angle of 175.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5D6 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 229 | 214 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.10 |
| HSL | 175.75º | 0.86% | 0.48% | - |
| HSV(B) | 175.75º | 0.93% | 0.9% | - |
| XYZ | 40.39 | 61.01 | 73.27 | - |
| YUV | 163.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 214 | 0.93 | 0 | 0.07 | 0.10 | 175.75 | 0.86 | 0.48 |
| Hex | 11 | E5 | D6 | 5D | 0 | 7 | A | B0 | 56 | 30 |
| Octal | 21 | 345 | 326 | 135 | 0 | 7 | 12 | 260 | 126 | 60 |
| Binary | 10001 | 11100101 | 11010110 | 1011101 | 0 | 111 | 1010 | 10110000 | 1010110 | 110000 |
Color Harmonies of #11E5D6
Complementary color
Monochromatic Colors of #11E5D6
Black with #11E5D6
Text Example
Text Example
White with #11E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5D6; }
p { color: rgb(17,229,214); }
H1.HeaderClassName
{
color: #11E5D6;
}
.AnyTagClassName
{
color: #11E5D6;
}
</style>
background-color css
<style>
a { background-color: #11E5D6; }
a { background-color: rgb(17,229,214); }
div.DivClassName
{
background-color: #11E5D6;
}
.BgClassName
{
background-color: #11E5D6;
}
</style>
border-color css
<style>
span { border-color: #11E5D6; }
span { border-color: rgb(17,229,214); }
td.TdClassName
{
border-color: #11E5D6;
}
.TagClassName
{
border-color: #11E5D6;
}
</style>