Shades of Bright Turquoise #11F7E5
Tints of Bright Turquoise #11F7E5
RGB
CMYK
RGB Variations
Color information
#11F7E5 (or 0x11F7E5) is known color: Bright Turquoise. HEX triplet: 11, F7 and E5. RGB value is (17,247,229). Sum of RGB (Red+Green+Blue) = 17+247+229=493 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.45% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F7E5 is #EE081A. Grayscale: #B0B0B0. Windows color (decimal): -15599643 or 15070993. OLE color: 15070993.
HSL color Cylindrical-coordinate representation of color #11F7E5: hue angle of 175.3º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F7E5 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 247 | 229 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.03 |
| HSL | 175.3º | 0.93% | 0.52% | - |
| HSV(B) | 175.3º | 0.93% | 0.97% | - |
| XYZ | 47.63 | 72.3 | 85.57 | - |
| YUV | 176.18 | 157.8 | 14.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 247 | 229 | 0.93 | 0 | 0.07 | 0.03 | 175.3 | 0.93 | 0.52 |
| Hex | 11 | F7 | E5 | 5D | 0 | 7 | 3 | AF | 5D | 34 |
| Octal | 21 | 367 | 345 | 135 | 0 | 7 | 3 | 257 | 135 | 64 |
| Binary | 10001 | 11110111 | 11100101 | 1011101 | 0 | 111 | 11 | 10101111 | 1011101 | 110100 |
Color Harmonies of #11F7E5
Complementary color
Monochromatic Colors of #11F7E5
Black with #11F7E5
Text Example
Text Example
White with #11F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F7E5; }
p { color: rgb(17,247,229); }
H1.HeaderClassName
{
color: #11F7E5;
}
.AnyTagClassName
{
color: #11F7E5;
}
</style>
background-color css
<style>
a { background-color: #11F7E5; }
a { background-color: rgb(17,247,229); }
div.DivClassName
{
background-color: #11F7E5;
}
.BgClassName
{
background-color: #11F7E5;
}
</style>
border-color css
<style>
span { border-color: #11F7E5; }
span { border-color: rgb(17,247,229); }
td.TdClassName
{
border-color: #11F7E5;
}
.TagClassName
{
border-color: #11F7E5;
}
</style>