Shades of Bright Turquoise #11FEDC
Tints of Bright Turquoise #11FEDC
RGB
CMYK
RGB Variations
Color information
#11FEDC (or 0x11FEDC) is known color: Bright Turquoise. HEX triplet: 11, FE and DC. RGB value is (17,254,220). Sum of RGB (Red+Green+Blue) = 17+254+220=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEDC is #EE0123. Grayscale: #B3B3B3. Windows color (decimal): -15597860 or 14482961. OLE color: 14482961.
HSL color Cylindrical-coordinate representation of color #11FEDC: hue angle of 171.39º 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 #11FEDC is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 220 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.00 |
| HSL | 171.39º | 0.99% | 0.53% | - |
| HSV(B) | 171.39º | 0.93% | 1% | - |
| XYZ | 48.59 | 76.17 | 79.85 | - |
| YUV | 179.26 | 150.98 | 12.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 220 | 0.93 | 0 | 0.13 | 0.00 | 171.39 | 0.99 | 0.53 |
| Hex | 11 | FE | DC | 5D | 0 | D | 0 | AB | 63 | 35 |
| Octal | 21 | 376 | 334 | 135 | 0 | 15 | 0 | 253 | 143 | 65 |
| Binary | 10001 | 11111110 | 11011100 | 1011101 | 0 | 1101 | 0 | 10101011 | 1100011 | 110101 |
Color Harmonies of #11FEDC
Complementary color
Monochromatic Colors of #11FEDC
Black with #11FEDC
Text Example
Text Example
White with #11FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEDC; }
p { color: rgb(17,254,220); }
H1.HeaderClassName
{
color: #11FEDC;
}
.AnyTagClassName
{
color: #11FEDC;
}
</style>
background-color css
<style>
a { background-color: #11FEDC; }
a { background-color: rgb(17,254,220); }
div.DivClassName
{
background-color: #11FEDC;
}
.BgClassName
{
background-color: #11FEDC;
}
</style>
border-color css
<style>
span { border-color: #11FEDC; }
span { border-color: rgb(17,254,220); }
td.TdClassName
{
border-color: #11FEDC;
}
.TagClassName
{
border-color: #11FEDC;
}
</style>