Shades of Bright Turquoise #11FFC0
Tints of Bright Turquoise #11FFC0
RGB
CMYK
RGB Variations
Color information
#11FFC0 (or 0x11FFC0) is known color: Bright Turquoise. HEX triplet: 11, FF and C0. RGB value is (17,255,192). Sum of RGB (Red+Green+Blue) = 17+255+192=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFC0 is #EE003F. Grayscale: #B0B0B0. Windows color (decimal): -15597632 or 12648209. OLE color: 12648209.
HSL color Cylindrical-coordinate representation of color #11FFC0: hue angle of 164.12º 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 #11FFC0 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 192 | - |
| CMYK | 0.93 | 0 | 0.25 | 0 |
| HSL | 164.12º | 1% | 0.53% | - |
| HSV(B) | 164.12º | 0.93% | 1% | - |
| XYZ | 45.51 | 75.44 | 62.03 | - |
| YUV | 176.66 | 136.65 | 14.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 192 | 0.93 | 0 | 0.25 | 0 | 164.12 | 1 | 0.53 |
| Hex | 11 | FF | C0 | 5D | 0 | 19 | 0 | A4 | 64 | 35 |
| Octal | 21 | 377 | 300 | 135 | 0 | 31 | 0 | 244 | 144 | 65 |
| Binary | 10001 | 11111111 | 11000000 | 1011101 | 0 | 11001 | 0 | 10100100 | 1100100 | 110101 |
Color Harmonies of #11FFC0
Complementary color
Monochromatic Colors of #11FFC0
Black with #11FFC0
Text Example
Text Example
White with #11FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFC0; }
p { color: rgb(17,255,192); }
H1.HeaderClassName
{
color: #11FFC0;
}
.AnyTagClassName
{
color: #11FFC0;
}
</style>
background-color css
<style>
a { background-color: #11FFC0; }
a { background-color: rgb(17,255,192); }
div.DivClassName
{
background-color: #11FFC0;
}
.BgClassName
{
background-color: #11FFC0;
}
</style>
border-color css
<style>
span { border-color: #11FFC0; }
span { border-color: rgb(17,255,192); }
td.TdClassName
{
border-color: #11FFC0;
}
.TagClassName
{
border-color: #11FFC0;
}
</style>