Shades of Bright Turquoise #11FAE2
Tints of Bright Turquoise #11FAE2
RGB
CMYK
RGB Variations
Color information
#11FAE2 (or 0x11FAE2) is known color: Bright Turquoise. HEX triplet: 11, FA and E2. RGB value is (17,250,226). Sum of RGB (Red+Green+Blue) = 17+250+226=493 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.45% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAE2 is #EE051D. Grayscale: #B1B1B1. Windows color (decimal): -15598878 or 14875153. OLE color: 14875153.
HSL color Cylindrical-coordinate representation of color #11FAE2: hue angle of 173.82º 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 #11FAE2 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 226 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.02 |
| HSL | 173.82º | 0.96% | 0.52% | - |
| HSV(B) | 173.82º | 0.93% | 0.98% | - |
| XYZ | 48.14 | 73.98 | 83.69 | - |
| YUV | 177.6 | 155.31 | 13.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 226 | 0.93 | 0 | 0.10 | 0.02 | 173.82 | 0.96 | 0.52 |
| Hex | 11 | FA | E2 | 5D | 0 | A | 2 | AE | 60 | 34 |
| Octal | 21 | 372 | 342 | 135 | 0 | 12 | 2 | 256 | 140 | 64 |
| Binary | 10001 | 11111010 | 11100010 | 1011101 | 0 | 1010 | 10 | 10101110 | 1100000 | 110100 |
Color Harmonies of #11FAE2
Complementary color
Monochromatic Colors of #11FAE2
Black with #11FAE2
Text Example
Text Example
White with #11FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAE2; }
p { color: rgb(17,250,226); }
H1.HeaderClassName
{
color: #11FAE2;
}
.AnyTagClassName
{
color: #11FAE2;
}
</style>
background-color css
<style>
a { background-color: #11FAE2; }
a { background-color: rgb(17,250,226); }
div.DivClassName
{
background-color: #11FAE2;
}
.BgClassName
{
background-color: #11FAE2;
}
</style>
border-color css
<style>
span { border-color: #11FAE2; }
span { border-color: rgb(17,250,226); }
td.TdClassName
{
border-color: #11FAE2;
}
.TagClassName
{
border-color: #11FAE2;
}
</style>