Shades of Bright Turquoise #11FACC
Tints of Bright Turquoise #11FACC
RGB
CMYK
RGB Variations
Color information
#11FACC (or 0x11FACC) is known color: Bright Turquoise. HEX triplet: 11, FA and CC. RGB value is (17,250,204). Sum of RGB (Red+Green+Blue) = 17+250+204=471 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.61% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #11FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FACC is #EE0533. Grayscale: #AFAFAF. Windows color (decimal): -15598900 or 13433361. OLE color: 13433361.
HSL color Cylindrical-coordinate representation of color #11FACC: hue angle of 168.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FACC is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 204 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.02 |
| HSL | 168.15º | 0.96% | 0.52% | - |
| HSV(B) | 168.15º | 0.93% | 0.98% | - |
| XYZ | 45.32 | 72.85 | 68.8 | - |
| YUV | 175.09 | 144.31 | 15.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 204 | 0.93 | 0 | 0.18 | 0.02 | 168.15 | 0.96 | 0.52 |
| Hex | 11 | FA | CC | 5D | 0 | 12 | 2 | A8 | 60 | 34 |
| Octal | 21 | 372 | 314 | 135 | 0 | 22 | 2 | 250 | 140 | 64 |
| Binary | 10001 | 11111010 | 11001100 | 1011101 | 0 | 10010 | 10 | 10101000 | 1100000 | 110100 |
Color Harmonies of #11FACC
Complementary color
Monochromatic Colors of #11FACC
Black with #11FACC
Text Example
Text Example
White with #11FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FACC; }
p { color: rgb(17,250,204); }
H1.HeaderClassName
{
color: #11FACC;
}
.AnyTagClassName
{
color: #11FACC;
}
</style>
background-color css
<style>
a { background-color: #11FACC; }
a { background-color: rgb(17,250,204); }
div.DivClassName
{
background-color: #11FACC;
}
.BgClassName
{
background-color: #11FACC;
}
</style>
border-color css
<style>
span { border-color: #11FACC; }
span { border-color: rgb(17,250,204); }
td.TdClassName
{
border-color: #11FACC;
}
.TagClassName
{
border-color: #11FACC;
}
</style>