Shades of Bright Turquoise #11FAC4
Tints of Bright Turquoise #11FAC4
RGB
CMYK
RGB Variations
Color information
#11FAC4 (or 0x11FAC4) is known color: Bright Turquoise. HEX triplet: 11, FA and C4. RGB value is (17,250,196). Sum of RGB (Red+Green+Blue) = 17+250+196=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAC4 is #EE053B. Grayscale: #AEAEAE. Windows color (decimal): -15598908 or 12909073. OLE color: 12909073.
HSL color Cylindrical-coordinate representation of color #11FAC4: hue angle of 166.09º 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 #11FAC4 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 196 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.02 |
| HSL | 166.09º | 0.96% | 0.52% | - |
| HSV(B) | 166.09º | 0.93% | 0.98% | - |
| XYZ | 44.38 | 72.48 | 63.87 | - |
| YUV | 174.18 | 140.31 | 15.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 196 | 0.93 | 0 | 0.22 | 0.02 | 166.09 | 0.96 | 0.52 |
| Hex | 11 | FA | C4 | 5D | 0 | 16 | 2 | A6 | 60 | 34 |
| Octal | 21 | 372 | 304 | 135 | 0 | 26 | 2 | 246 | 140 | 64 |
| Binary | 10001 | 11111010 | 11000100 | 1011101 | 0 | 10110 | 10 | 10100110 | 1100000 | 110100 |
Color Harmonies of #11FAC4
Complementary color
Monochromatic Colors of #11FAC4
Black with #11FAC4
Text Example
Text Example
White with #11FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAC4; }
p { color: rgb(17,250,196); }
H1.HeaderClassName
{
color: #11FAC4;
}
.AnyTagClassName
{
color: #11FAC4;
}
</style>
background-color css
<style>
a { background-color: #11FAC4; }
a { background-color: rgb(17,250,196); }
div.DivClassName
{
background-color: #11FAC4;
}
.BgClassName
{
background-color: #11FAC4;
}
</style>
border-color css
<style>
span { border-color: #11FAC4; }
span { border-color: rgb(17,250,196); }
td.TdClassName
{
border-color: #11FAC4;
}
.TagClassName
{
border-color: #11FAC4;
}
</style>