Shades of Bright Turquoise #11FAC2
Tints of Bright Turquoise #11FAC2
RGB
CMYK
RGB Variations
Color information
#11FAC2 (or 0x11FAC2) is known color: Bright Turquoise. HEX triplet: 11, FA and C2. RGB value is (17,250,194). Sum of RGB (Red+Green+Blue) = 17+250+194=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAC2 is #EE053D. Grayscale: #ADADAD. Windows color (decimal): -15598910 or 12778001. OLE color: 12778001.
HSL color Cylindrical-coordinate representation of color #11FAC2: hue angle of 165.58º 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 #11FAC2 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 194 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.02 |
| HSL | 165.58º | 0.96% | 0.52% | - |
| HSV(B) | 165.58º | 0.93% | 0.98% | - |
| XYZ | 44.15 | 72.39 | 62.68 | - |
| YUV | 173.95 | 139.31 | 16.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 194 | 0.93 | 0 | 0.22 | 0.02 | 165.58 | 0.96 | 0.52 |
| Hex | 11 | FA | C2 | 5D | 0 | 16 | 2 | A6 | 60 | 34 |
| Octal | 21 | 372 | 302 | 135 | 0 | 26 | 2 | 246 | 140 | 64 |
| Binary | 10001 | 11111010 | 11000010 | 1011101 | 0 | 10110 | 10 | 10100110 | 1100000 | 110100 |
Color Harmonies of #11FAC2
Complementary color
Monochromatic Colors of #11FAC2
Black with #11FAC2
Text Example
Text Example
White with #11FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAC2; }
p { color: rgb(17,250,194); }
H1.HeaderClassName
{
color: #11FAC2;
}
.AnyTagClassName
{
color: #11FAC2;
}
</style>
background-color css
<style>
a { background-color: #11FAC2; }
a { background-color: rgb(17,250,194); }
div.DivClassName
{
background-color: #11FAC2;
}
.BgClassName
{
background-color: #11FAC2;
}
</style>
border-color css
<style>
span { border-color: #11FAC2; }
span { border-color: rgb(17,250,194); }
td.TdClassName
{
border-color: #11FAC2;
}
.TagClassName
{
border-color: #11FAC2;
}
</style>