Shades of Bright Turquoise #11E2DA
Tints of Bright Turquoise #11E2DA
RGB
CMYK
RGB Variations
Color information
#11E2DA (or 0x11E2DA) is known color: Bright Turquoise. HEX triplet: 11, E2 and DA. RGB value is (17,226,218). Sum of RGB (Red+Green+Blue) = 17+226+218=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E2DA is #EE1D25. Grayscale: #A2A2A2. Windows color (decimal): -15605030 or 14344721. OLE color: 14344721.
HSL color Cylindrical-coordinate representation of color #11E2DA: hue angle of 177.7º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E2DA is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 226 | 218 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.11 |
| HSL | 177.7º | 0.86% | 0.48% | - |
| HSV(B) | 177.7º | 0.92% | 0.89% | - |
| XYZ | 40.08 | 59.57 | 75.72 | - |
| YUV | 162.6 | 159.26 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 218 | 0.92 | 0 | 0.04 | 0.11 | 177.7 | 0.86 | 0.48 |
| Hex | 11 | E2 | DA | 5C | 0 | 4 | B | B2 | 56 | 30 |
| Octal | 21 | 342 | 332 | 134 | 0 | 4 | 13 | 262 | 126 | 60 |
| Binary | 10001 | 11100010 | 11011010 | 1011100 | 0 | 100 | 1011 | 10110010 | 1010110 | 110000 |
Color Harmonies of #11E2DA
Complementary color
Monochromatic Colors of #11E2DA
Black with #11E2DA
Text Example
Text Example
White with #11E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E2DA; }
p { color: rgb(17,226,218); }
H1.HeaderClassName
{
color: #11E2DA;
}
.AnyTagClassName
{
color: #11E2DA;
}
</style>
background-color css
<style>
a { background-color: #11E2DA; }
a { background-color: rgb(17,226,218); }
div.DivClassName
{
background-color: #11E2DA;
}
.BgClassName
{
background-color: #11E2DA;
}
</style>
border-color css
<style>
span { border-color: #11E2DA; }
span { border-color: rgb(17,226,218); }
td.TdClassName
{
border-color: #11E2DA;
}
.TagClassName
{
border-color: #11E2DA;
}
</style>