Shades of Bright Turquoise #11FEDE
Tints of Bright Turquoise #11FEDE
RGB
CMYK
RGB Variations
Color information
#11FEDE (or 0x11FEDE) is known color: Bright Turquoise. HEX triplet: 11, FE and DE. RGB value is (17,254,222). Sum of RGB (Red+Green+Blue) = 17+254+222=493 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.45% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEDE is #EE0121. Grayscale: #B3B3B3. Windows color (decimal): -15597858 or 14614033. OLE color: 14614033.
HSL color Cylindrical-coordinate representation of color #11FEDE: hue angle of 171.9º 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 #11FEDE is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 222 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.00 |
| HSL | 171.9º | 0.99% | 0.53% | - |
| HSV(B) | 171.9º | 0.93% | 1% | - |
| XYZ | 48.86 | 76.28 | 81.26 | - |
| YUV | 179.49 | 151.98 | 12.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 222 | 0.93 | 0 | 0.13 | 0.00 | 171.9 | 0.99 | 0.53 |
| Hex | 11 | FE | DE | 5D | 0 | D | 0 | AC | 63 | 35 |
| Octal | 21 | 376 | 336 | 135 | 0 | 15 | 0 | 254 | 143 | 65 |
| Binary | 10001 | 11111110 | 11011110 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #11FEDE
Complementary color
Monochromatic Colors of #11FEDE
Black with #11FEDE
Text Example
Text Example
White with #11FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEDE; }
p { color: rgb(17,254,222); }
H1.HeaderClassName
{
color: #11FEDE;
}
.AnyTagClassName
{
color: #11FEDE;
}
</style>
background-color css
<style>
a { background-color: #11FEDE; }
a { background-color: rgb(17,254,222); }
div.DivClassName
{
background-color: #11FEDE;
}
.BgClassName
{
background-color: #11FEDE;
}
</style>
border-color css
<style>
span { border-color: #11FEDE; }
span { border-color: rgb(17,254,222); }
td.TdClassName
{
border-color: #11FEDE;
}
.TagClassName
{
border-color: #11FEDE;
}
</style>