Shades of Bright Turquoise #11FFCC
Tints of Bright Turquoise #11FFCC
RGB
CMYK
RGB Variations
Color information
#11FFCC (or 0x11FFCC) is known color: Bright Turquoise. HEX triplet: 11, FF and CC. RGB value is (17,255,204). Sum of RGB (Red+Green+Blue) = 17+255+204=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFCC is #EE0033. Grayscale: #B1B1B1. Windows color (decimal): -15597620 or 13434641. OLE color: 13434641.
HSL color Cylindrical-coordinate representation of color #11FFCC: hue angle of 167.14º 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 #11FFCC is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 204 | - |
| CMYK | 0.93 | 0 | 0.2 | 0 |
| HSL | 167.14º | 1% | 0.53% | - |
| HSV(B) | 167.14º | 0.93% | 1% | - |
| XYZ | 46.89 | 76 | 69.32 | - |
| YUV | 178.02 | 142.65 | 13.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 204 | 0.93 | 0 | 0.2 | 0 | 167.14 | 1 | 0.53 |
| Hex | 11 | FF | CC | 5D | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 21 | 377 | 314 | 135 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 10001 | 11111111 | 11001100 | 1011101 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #11FFCC
Complementary color
Monochromatic Colors of #11FFCC
Black with #11FFCC
Text Example
Text Example
White with #11FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFCC; }
p { color: rgb(17,255,204); }
H1.HeaderClassName
{
color: #11FFCC;
}
.AnyTagClassName
{
color: #11FFCC;
}
</style>
background-color css
<style>
a { background-color: #11FFCC; }
a { background-color: rgb(17,255,204); }
div.DivClassName
{
background-color: #11FFCC;
}
.BgClassName
{
background-color: #11FFCC;
}
</style>
border-color css
<style>
span { border-color: #11FFCC; }
span { border-color: rgb(17,255,204); }
td.TdClassName
{
border-color: #11FFCC;
}
.TagClassName
{
border-color: #11FFCC;
}
</style>