Shades of Bright Turquoise #11E1DE
Tints of Bright Turquoise #11E1DE
RGB
CMYK
RGB Variations
Color information
#11E1DE (or 0x11E1DE) is known color: Bright Turquoise. HEX triplet: 11, E1 and DE. RGB value is (17,225,222). Sum of RGB (Red+Green+Blue) = 17+225+222=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #11E1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E1DE is #EE1E21. Grayscale: #A2A2A2. Windows color (decimal): -15605282 or 14606609. OLE color: 14606609.
HSL color Cylindrical-coordinate representation of color #11E1DE: hue angle of 179.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E1DE is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 225 | 222 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.12 |
| HSL | 179.13º | 0.86% | 0.47% | - |
| HSV(B) | 179.13º | 0.92% | 0.88% | - |
| XYZ | 40.34 | 59.24 | 78.42 | - |
| YUV | 162.47 | 161.59 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 222 | 0.92 | 0 | 0.01 | 0.12 | 179.13 | 0.86 | 0.47 |
| Hex | 11 | E1 | DE | 5C | 0 | 1 | C | B3 | 56 | 2F |
| Octal | 21 | 341 | 336 | 134 | 0 | 1 | 14 | 263 | 126 | 57 |
| Binary | 10001 | 11100001 | 11011110 | 1011100 | 0 | 1 | 1100 | 10110011 | 1010110 | 101111 |
Color Harmonies of #11E1DE
Complementary color
Monochromatic Colors of #11E1DE
Black with #11E1DE
Text Example
Text Example
White with #11E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E1DE; }
p { color: rgb(17,225,222); }
H1.HeaderClassName
{
color: #11E1DE;
}
.AnyTagClassName
{
color: #11E1DE;
}
</style>
background-color css
<style>
a { background-color: #11E1DE; }
a { background-color: rgb(17,225,222); }
div.DivClassName
{
background-color: #11E1DE;
}
.BgClassName
{
background-color: #11E1DE;
}
</style>
border-color css
<style>
span { border-color: #11E1DE; }
span { border-color: rgb(17,225,222); }
td.TdClassName
{
border-color: #11E1DE;
}
.TagClassName
{
border-color: #11E1DE;
}
</style>