Shades of Bright Turquoise #11FFEA
Tints of Bright Turquoise #11FFEA
RGB
CMYK
RGB Variations
Color information
#11FFEA (or 0x11FFEA) is known color: Bright Turquoise. HEX triplet: 11, FF and EA. RGB value is (17,255,234). Sum of RGB (Red+Green+Blue) = 17+255+234=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFEA is #EE0015. Grayscale: #B5B5B5. Windows color (decimal): -15597590 or 15400721. OLE color: 15400721.
HSL color Cylindrical-coordinate representation of color #11FFEA: hue angle of 174.71º 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 #11FFEA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 234 | - |
| CMYK | 0.93 | 0 | 0.08 | 0 |
| HSL | 174.71º | 1% | 0.53% | - |
| HSV(B) | 174.71º | 0.93% | 1% | - |
| XYZ | 50.84 | 77.58 | 90.14 | - |
| YUV | 181.44 | 157.65 | 10.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 234 | 0.93 | 0 | 0.08 | 0 | 174.71 | 1 | 0.53 |
| Hex | 11 | FF | EA | 5D | 0 | 8 | 0 | AF | 64 | 35 |
| Octal | 21 | 377 | 352 | 135 | 0 | 10 | 0 | 257 | 144 | 65 |
| Binary | 10001 | 11111111 | 11101010 | 1011101 | 0 | 1000 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #11FFEA
Complementary color
Monochromatic Colors of #11FFEA
Black with #11FFEA
Text Example
Text Example
White with #11FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFEA; }
p { color: rgb(17,255,234); }
H1.HeaderClassName
{
color: #11FFEA;
}
.AnyTagClassName
{
color: #11FFEA;
}
</style>
background-color css
<style>
a { background-color: #11FFEA; }
a { background-color: rgb(17,255,234); }
div.DivClassName
{
background-color: #11FFEA;
}
.BgClassName
{
background-color: #11FFEA;
}
</style>
border-color css
<style>
span { border-color: #11FFEA; }
span { border-color: rgb(17,255,234); }
td.TdClassName
{
border-color: #11FFEA;
}
.TagClassName
{
border-color: #11FFEA;
}
</style>