Shades of Bright Turquoise #11FFE4
Tints of Bright Turquoise #11FFE4
RGB
CMYK
RGB Variations
Color information
#11FFE4 (or 0x11FFE4) is known color: Bright Turquoise. HEX triplet: 11, FF and E4. RGB value is (17,255,228). Sum of RGB (Red+Green+Blue) = 17+255+228=500 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFE4 is #EE001B. Grayscale: #B4B4B4. Windows color (decimal): -15597596 or 15007505. OLE color: 15007505.
HSL color Cylindrical-coordinate representation of color #11FFE4: hue angle of 173.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFE4 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 228 | - |
| CMYK | 0.93 | 0 | 0.11 | 0 |
| HSL | 173.19º | 1% | 0.53% | - |
| HSV(B) | 173.19º | 0.93% | 1% | - |
| XYZ | 49.99 | 77.24 | 85.67 | - |
| YUV | 180.76 | 154.65 | 11.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 228 | 0.93 | 0 | 0.11 | 0 | 173.19 | 1 | 0.53 |
| Hex | 11 | FF | E4 | 5D | 0 | B | 0 | AD | 64 | 35 |
| Octal | 21 | 377 | 344 | 135 | 0 | 13 | 0 | 255 | 144 | 65 |
| Binary | 10001 | 11111111 | 11100100 | 1011101 | 0 | 1011 | 0 | 10101101 | 1100100 | 110101 |
Color Harmonies of #11FFE4
Complementary color
Monochromatic Colors of #11FFE4
Black with #11FFE4
Text Example
Text Example
White with #11FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFE4; }
p { color: rgb(17,255,228); }
H1.HeaderClassName
{
color: #11FFE4;
}
.AnyTagClassName
{
color: #11FFE4;
}
</style>
background-color css
<style>
a { background-color: #11FFE4; }
a { background-color: rgb(17,255,228); }
div.DivClassName
{
background-color: #11FFE4;
}
.BgClassName
{
background-color: #11FFE4;
}
</style>
border-color css
<style>
span { border-color: #11FFE4; }
span { border-color: rgb(17,255,228); }
td.TdClassName
{
border-color: #11FFE4;
}
.TagClassName
{
border-color: #11FFE4;
}
</style>