Shades of Bright Turquoise #11FED4
Tints of Bright Turquoise #11FED4
RGB
CMYK
RGB Variations
Color information
#11FED4 (or 0x11FED4) is known color: Bright Turquoise. HEX triplet: 11, FE and D4. RGB value is (17,254,212). Sum of RGB (Red+Green+Blue) = 17+254+212=483 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.52% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #11FED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FED4 is #EE012B. Grayscale: #B2B2B2. Windows color (decimal): -15597868 or 13958673. OLE color: 13958673.
HSL color Cylindrical-coordinate representation of color #11FED4: hue angle of 169.37º 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 #11FED4 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 212 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.00 |
| HSL | 169.37º | 0.99% | 0.53% | - |
| HSV(B) | 169.37º | 0.93% | 1% | - |
| XYZ | 47.56 | 75.76 | 74.4 | - |
| YUV | 178.35 | 146.98 | 12.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 212 | 0.93 | 0 | 0.17 | 0.00 | 169.37 | 0.99 | 0.53 |
| Hex | 11 | FE | D4 | 5D | 0 | 11 | 0 | A9 | 63 | 35 |
| Octal | 21 | 376 | 324 | 135 | 0 | 21 | 0 | 251 | 143 | 65 |
| Binary | 10001 | 11111110 | 11010100 | 1011101 | 0 | 10001 | 0 | 10101001 | 1100011 | 110101 |
Color Harmonies of #11FED4
Complementary color
Monochromatic Colors of #11FED4
Black with #11FED4
Text Example
Text Example
White with #11FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FED4; }
p { color: rgb(17,254,212); }
H1.HeaderClassName
{
color: #11FED4;
}
.AnyTagClassName
{
color: #11FED4;
}
</style>
background-color css
<style>
a { background-color: #11FED4; }
a { background-color: rgb(17,254,212); }
div.DivClassName
{
background-color: #11FED4;
}
.BgClassName
{
background-color: #11FED4;
}
</style>
border-color css
<style>
span { border-color: #11FED4; }
span { border-color: rgb(17,254,212); }
td.TdClassName
{
border-color: #11FED4;
}
.TagClassName
{
border-color: #11FED4;
}
</style>