Shades of Bright Turquoise #11FAED
Tints of Bright Turquoise #11FAED
RGB
CMYK
RGB Variations
Color information
#11FAED (or 0x11FAED) is known color: Bright Turquoise. HEX triplet: 11, FA and ED. RGB value is (17,250,237). Sum of RGB (Red+Green+Blue) = 17+250+237=504 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FAED is #EE0512. Grayscale: #B2B2B2. Windows color (decimal): -15598867 or 15596049. OLE color: 15596049.
HSL color Cylindrical-coordinate representation of color #11FAED: hue angle of 176.65º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FAED is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 237 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.02 |
| HSL | 176.65º | 0.96% | 0.52% | - |
| HSV(B) | 176.65º | 0.93% | 0.98% | - |
| XYZ | 49.7 | 74.6 | 91.9 | - |
| YUV | 178.85 | 160.81 | 12.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 237 | 0.93 | 0 | 0.05 | 0.02 | 176.65 | 0.96 | 0.52 |
| Hex | 11 | FA | ED | 5D | 0 | 5 | 2 | B1 | 60 | 34 |
| Octal | 21 | 372 | 355 | 135 | 0 | 5 | 2 | 261 | 140 | 64 |
| Binary | 10001 | 11111010 | 11101101 | 1011101 | 0 | 101 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #11FAED
Complementary color
Monochromatic Colors of #11FAED
Black with #11FAED
Text Example
Text Example
White with #11FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAED; }
p { color: rgb(17,250,237); }
H1.HeaderClassName
{
color: #11FAED;
}
.AnyTagClassName
{
color: #11FAED;
}
</style>
background-color css
<style>
a { background-color: #11FAED; }
a { background-color: rgb(17,250,237); }
div.DivClassName
{
background-color: #11FAED;
}
.BgClassName
{
background-color: #11FAED;
}
</style>
border-color css
<style>
span { border-color: #11FAED; }
span { border-color: rgb(17,250,237); }
td.TdClassName
{
border-color: #11FAED;
}
.TagClassName
{
border-color: #11FAED;
}
</style>