Shades of Bright Turquoise #11FFE0
Tints of Bright Turquoise #11FFE0
RGB
CMYK
RGB Variations
Color information
#11FFE0 (or 0x11FFE0) is known color: Bright Turquoise. HEX triplet: 11, FF and E0. RGB value is (17,255,224). Sum of RGB (Red+Green+Blue) = 17+255+224=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFE0 is #EE001F. Grayscale: #B4B4B4. Windows color (decimal): -15597600 or 14745361. OLE color: 14745361.
HSL color Cylindrical-coordinate representation of color #11FFE0: hue angle of 172.18º 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 #11FFE0 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 224 | - |
| CMYK | 0.93 | 0 | 0.12 | 0 |
| HSL | 172.18º | 1% | 0.53% | - |
| HSV(B) | 172.18º | 0.93% | 1% | - |
| XYZ | 49.45 | 77.02 | 82.78 | - |
| YUV | 180.3 | 152.65 | 11.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 224 | 0.93 | 0 | 0.12 | 0 | 172.18 | 1 | 0.53 |
| Hex | 11 | FF | E0 | 5D | 0 | C | 0 | AC | 64 | 35 |
| Octal | 21 | 377 | 340 | 135 | 0 | 14 | 0 | 254 | 144 | 65 |
| Binary | 10001 | 11111111 | 11100000 | 1011101 | 0 | 1100 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #11FFE0
Complementary color
Monochromatic Colors of #11FFE0
Black with #11FFE0
Text Example
Text Example
White with #11FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFE0; }
p { color: rgb(17,255,224); }
H1.HeaderClassName
{
color: #11FFE0;
}
.AnyTagClassName
{
color: #11FFE0;
}
</style>
background-color css
<style>
a { background-color: #11FFE0; }
a { background-color: rgb(17,255,224); }
div.DivClassName
{
background-color: #11FFE0;
}
.BgClassName
{
background-color: #11FFE0;
}
</style>
border-color css
<style>
span { border-color: #11FFE0; }
span { border-color: rgb(17,255,224); }
td.TdClassName
{
border-color: #11FFE0;
}
.TagClassName
{
border-color: #11FFE0;
}
</style>