Shades of Bright Turquoise #11FBC4
Tints of Bright Turquoise #11FBC4
RGB
CMYK
RGB Variations
Color information
#11FBC4 (or 0x11FBC4) is known color: Bright Turquoise. HEX triplet: 11, FB and C4. RGB value is (17,251,196). Sum of RGB (Red+Green+Blue) = 17+251+196=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FBC4 is #EE043B. Grayscale: #AEAEAE. Windows color (decimal): -15598652 or 12909329. OLE color: 12909329.
HSL color Cylindrical-coordinate representation of color #11FBC4: hue angle of 165.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FBC4 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 196 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.02 |
| HSL | 165.9º | 0.97% | 0.53% | - |
| HSV(B) | 165.9º | 0.93% | 0.98% | - |
| XYZ | 44.69 | 73.1 | 63.98 | - |
| YUV | 174.76 | 139.98 | 15.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 196 | 0.93 | 0 | 0.22 | 0.02 | 165.9 | 0.97 | 0.53 |
| Hex | 11 | FB | C4 | 5D | 0 | 16 | 2 | A6 | 61 | 35 |
| Octal | 21 | 373 | 304 | 135 | 0 | 26 | 2 | 246 | 141 | 65 |
| Binary | 10001 | 11111011 | 11000100 | 1011101 | 0 | 10110 | 10 | 10100110 | 1100001 | 110101 |
Color Harmonies of #11FBC4
Complementary color
Monochromatic Colors of #11FBC4
Black with #11FBC4
Text Example
Text Example
White with #11FBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FBC4; }
p { color: rgb(17,251,196); }
H1.HeaderClassName
{
color: #11FBC4;
}
.AnyTagClassName
{
color: #11FBC4;
}
</style>
background-color css
<style>
a { background-color: #11FBC4; }
a { background-color: rgb(17,251,196); }
div.DivClassName
{
background-color: #11FBC4;
}
.BgClassName
{
background-color: #11FBC4;
}
</style>
border-color css
<style>
span { border-color: #11FBC4; }
span { border-color: rgb(17,251,196); }
td.TdClassName
{
border-color: #11FBC4;
}
.TagClassName
{
border-color: #11FBC4;
}
</style>