Shades of Bright Turquoise #11EABD
Tints of Bright Turquoise #11EABD
RGB
CMYK
RGB Variations
Color information
#11EABD (or 0x11EABD) is known color: Bright Turquoise. HEX triplet: 11, EA and BD. RGB value is (17,234,189). Sum of RGB (Red+Green+Blue) = 17+234+189=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #11EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EABD is #EE1542. Grayscale: #A3A3A3. Windows color (decimal): -15603011 or 12446225. OLE color: 12446225.
HSL color Cylindrical-coordinate representation of color #11EABD: hue angle of 167.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EABD is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 234 | 189 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.08 |
| HSL | 167.56º | 0.86% | 0.49% | - |
| HSV(B) | 167.56º | 0.93% | 0.92% | - |
| XYZ | 38.84 | 62.64 | 58.19 | - |
| YUV | 163.99 | 142.11 | 23.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 189 | 0.93 | 0 | 0.19 | 0.08 | 167.56 | 0.86 | 0.49 |
| Hex | 11 | EA | BD | 5D | 0 | 13 | 8 | A8 | 56 | 31 |
| Octal | 21 | 352 | 275 | 135 | 0 | 23 | 10 | 250 | 126 | 61 |
| Binary | 10001 | 11101010 | 10111101 | 1011101 | 0 | 10011 | 1000 | 10101000 | 1010110 | 110001 |
Color Harmonies of #11EABD
Complementary color
Monochromatic Colors of #11EABD
Black with #11EABD
Text Example
Text Example
White with #11EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EABD; }
p { color: rgb(17,234,189); }
H1.HeaderClassName
{
color: #11EABD;
}
.AnyTagClassName
{
color: #11EABD;
}
</style>
background-color css
<style>
a { background-color: #11EABD; }
a { background-color: rgb(17,234,189); }
div.DivClassName
{
background-color: #11EABD;
}
.BgClassName
{
background-color: #11EABD;
}
</style>
border-color css
<style>
span { border-color: #11EABD; }
span { border-color: rgb(17,234,189); }
td.TdClassName
{
border-color: #11EABD;
}
.TagClassName
{
border-color: #11EABD;
}
</style>