Shades of Bright Turquoise #11FEDA
Tints of Bright Turquoise #11FEDA
RGB
CMYK
RGB Variations
Color information
#11FEDA (or 0x11FEDA) is known color: Bright Turquoise. HEX triplet: 11, FE and DA. RGB value is (17,254,218). Sum of RGB (Red+Green+Blue) = 17+254+218=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEDA is #EE0125. Grayscale: #B2B2B2. Windows color (decimal): -15597862 or 14351889. OLE color: 14351889.
HSL color Cylindrical-coordinate representation of color #11FEDA: hue angle of 170.89º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FEDA is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 218 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.00 |
| HSL | 170.89º | 0.99% | 0.53% | - |
| HSV(B) | 170.89º | 0.93% | 1% | - |
| XYZ | 48.33 | 76.06 | 78.46 | - |
| YUV | 179.03 | 149.98 | 12.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 218 | 0.93 | 0 | 0.14 | 0.00 | 170.89 | 0.99 | 0.53 |
| Hex | 11 | FE | DA | 5D | 0 | E | 0 | AB | 63 | 35 |
| Octal | 21 | 376 | 332 | 135 | 0 | 16 | 0 | 253 | 143 | 65 |
| Binary | 10001 | 11111110 | 11011010 | 1011101 | 0 | 1110 | 0 | 10101011 | 1100011 | 110101 |
Color Harmonies of #11FEDA
Complementary color
Monochromatic Colors of #11FEDA
Black with #11FEDA
Text Example
Text Example
White with #11FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEDA; }
p { color: rgb(17,254,218); }
H1.HeaderClassName
{
color: #11FEDA;
}
.AnyTagClassName
{
color: #11FEDA;
}
</style>
background-color css
<style>
a { background-color: #11FEDA; }
a { background-color: rgb(17,254,218); }
div.DivClassName
{
background-color: #11FEDA;
}
.BgClassName
{
background-color: #11FEDA;
}
</style>
border-color css
<style>
span { border-color: #11FEDA; }
span { border-color: rgb(17,254,218); }
td.TdClassName
{
border-color: #11FEDA;
}
.TagClassName
{
border-color: #11FEDA;
}
</style>