Shades of Bright Turquoise #11FAE4
Tints of Bright Turquoise #11FAE4
RGB
CMYK
RGB Variations
Color information
#11FAE4 (or 0x11FAE4) is known color: Bright Turquoise. HEX triplet: 11, FA and E4. RGB value is (17,250,228). Sum of RGB (Red+Green+Blue) = 17+250+228=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAE4 is #EE051B. Grayscale: #B1B1B1. Windows color (decimal): -15598876 or 15006225. OLE color: 15006225.
HSL color Cylindrical-coordinate representation of color #11FAE4: hue angle of 174.33º 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 #11FAE4 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 228 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.02 |
| HSL | 174.33º | 0.96% | 0.52% | - |
| HSV(B) | 174.33º | 0.93% | 0.98% | - |
| XYZ | 48.42 | 74.09 | 85.15 | - |
| YUV | 177.83 | 156.31 | 13.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 228 | 0.93 | 0 | 0.09 | 0.02 | 174.33 | 0.96 | 0.52 |
| Hex | 11 | FA | E4 | 5D | 0 | 9 | 2 | AE | 60 | 34 |
| Octal | 21 | 372 | 344 | 135 | 0 | 11 | 2 | 256 | 140 | 64 |
| Binary | 10001 | 11111010 | 11100100 | 1011101 | 0 | 1001 | 10 | 10101110 | 1100000 | 110100 |
Color Harmonies of #11FAE4
Complementary color
Monochromatic Colors of #11FAE4
Black with #11FAE4
Text Example
Text Example
White with #11FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAE4; }
p { color: rgb(17,250,228); }
H1.HeaderClassName
{
color: #11FAE4;
}
.AnyTagClassName
{
color: #11FAE4;
}
</style>
background-color css
<style>
a { background-color: #11FAE4; }
a { background-color: rgb(17,250,228); }
div.DivClassName
{
background-color: #11FAE4;
}
.BgClassName
{
background-color: #11FAE4;
}
</style>
border-color css
<style>
span { border-color: #11FAE4; }
span { border-color: rgb(17,250,228); }
td.TdClassName
{
border-color: #11FAE4;
}
.TagClassName
{
border-color: #11FAE4;
}
</style>