Shades of Bright Turquoise #11FAC0
Tints of Bright Turquoise #11FAC0
RGB
CMYK
RGB Variations
Color information
#11FAC0 (or 0x11FAC0) is known color: Bright Turquoise. HEX triplet: 11, FA and C0. RGB value is (17,250,192). Sum of RGB (Red+Green+Blue) = 17+250+192=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAC0 is #EE053F. Grayscale: #ADADAD. Windows color (decimal): -15598912 or 12646929. OLE color: 12646929.
HSL color Cylindrical-coordinate representation of color #11FAC0: hue angle of 165.06º 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 #11FAC0 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 192 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.02 |
| HSL | 165.06º | 0.96% | 0.52% | - |
| HSV(B) | 165.06º | 0.93% | 0.98% | - |
| XYZ | 43.93 | 72.3 | 61.51 | - |
| YUV | 173.72 | 138.31 | 16.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 192 | 0.93 | 0 | 0.23 | 0.02 | 165.06 | 0.96 | 0.52 |
| Hex | 11 | FA | C0 | 5D | 0 | 17 | 2 | A5 | 60 | 34 |
| Octal | 21 | 372 | 300 | 135 | 0 | 27 | 2 | 245 | 140 | 64 |
| Binary | 10001 | 11111010 | 11000000 | 1011101 | 0 | 10111 | 10 | 10100101 | 1100000 | 110100 |
Color Harmonies of #11FAC0
Complementary color
Monochromatic Colors of #11FAC0
Black with #11FAC0
Text Example
Text Example
White with #11FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAC0; }
p { color: rgb(17,250,192); }
H1.HeaderClassName
{
color: #11FAC0;
}
.AnyTagClassName
{
color: #11FAC0;
}
</style>
background-color css
<style>
a { background-color: #11FAC0; }
a { background-color: rgb(17,250,192); }
div.DivClassName
{
background-color: #11FAC0;
}
.BgClassName
{
background-color: #11FAC0;
}
</style>
border-color css
<style>
span { border-color: #11FAC0; }
span { border-color: rgb(17,250,192); }
td.TdClassName
{
border-color: #11FAC0;
}
.TagClassName
{
border-color: #11FAC0;
}
</style>