Shades of Bright Turquoise #11FEC6
Tints of Bright Turquoise #11FEC6
RGB
CMYK
RGB Variations
Color information
#11FEC6 (or 0x11FEC6) is known color: Bright Turquoise. HEX triplet: 11, FE and C6. RGB value is (17,254,198). Sum of RGB (Red+Green+Blue) = 17+254+198=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEC6 is #EE0139. Grayscale: #B0B0B0. Windows color (decimal): -15597882 or 13041169. OLE color: 13041169.
HSL color Cylindrical-coordinate representation of color #11FEC6: hue angle of 165.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FEC6 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 198 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.00 |
| HSL | 165.82º | 0.99% | 0.53% | - |
| HSV(B) | 165.82º | 0.93% | 1% | - |
| XYZ | 45.87 | 75.08 | 65.5 | - |
| YUV | 176.75 | 139.98 | 14.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 198 | 0.93 | 0 | 0.22 | 0.00 | 165.82 | 0.99 | 0.53 |
| Hex | 11 | FE | C6 | 5D | 0 | 16 | 0 | A6 | 63 | 35 |
| Octal | 21 | 376 | 306 | 135 | 0 | 26 | 0 | 246 | 143 | 65 |
| Binary | 10001 | 11111110 | 11000110 | 1011101 | 0 | 10110 | 0 | 10100110 | 1100011 | 110101 |
Color Harmonies of #11FEC6
Complementary color
Monochromatic Colors of #11FEC6
Black with #11FEC6
Text Example
Text Example
White with #11FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEC6; }
p { color: rgb(17,254,198); }
H1.HeaderClassName
{
color: #11FEC6;
}
.AnyTagClassName
{
color: #11FEC6;
}
</style>
background-color css
<style>
a { background-color: #11FEC6; }
a { background-color: rgb(17,254,198); }
div.DivClassName
{
background-color: #11FEC6;
}
.BgClassName
{
background-color: #11FEC6;
}
</style>
border-color css
<style>
span { border-color: #11FEC6; }
span { border-color: rgb(17,254,198); }
td.TdClassName
{
border-color: #11FEC6;
}
.TagClassName
{
border-color: #11FEC6;
}
</style>