Shades of Bright Turquoise #11FBC5
Tints of Bright Turquoise #11FBC5
RGB
CMYK
RGB Variations
Color information
#11FBC5 (or 0x11FBC5) is known color: Bright Turquoise. HEX triplet: 11, FB and C5. RGB value is (17,251,197). Sum of RGB (Red+Green+Blue) = 17+251+197=465 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FBC5 is #EE043A. Grayscale: #AEAEAE. Windows color (decimal): -15598651 or 12974865. OLE color: 12974865.
HSL color Cylindrical-coordinate representation of color #11FBC5: hue angle of 166.15º 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 #11FBC5 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 197 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.02 |
| HSL | 166.15º | 0.97% | 0.53% | - |
| HSV(B) | 166.15º | 0.93% | 0.98% | - |
| XYZ | 44.81 | 73.14 | 64.58 | - |
| YUV | 174.88 | 140.48 | 15.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 197 | 0.93 | 0 | 0.22 | 0.02 | 166.15 | 0.97 | 0.53 |
| Hex | 11 | FB | C5 | 5D | 0 | 16 | 2 | A6 | 61 | 35 |
| Octal | 21 | 373 | 305 | 135 | 0 | 26 | 2 | 246 | 141 | 65 |
| Binary | 10001 | 11111011 | 11000101 | 1011101 | 0 | 10110 | 10 | 10100110 | 1100001 | 110101 |
Color Harmonies of #11FBC5
Complementary color
Monochromatic Colors of #11FBC5
Black with #11FBC5
Text Example
Text Example
White with #11FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FBC5; }
p { color: rgb(17,251,197); }
H1.HeaderClassName
{
color: #11FBC5;
}
.AnyTagClassName
{
color: #11FBC5;
}
</style>
background-color css
<style>
a { background-color: #11FBC5; }
a { background-color: rgb(17,251,197); }
div.DivClassName
{
background-color: #11FBC5;
}
.BgClassName
{
background-color: #11FBC5;
}
</style>
border-color css
<style>
span { border-color: #11FBC5; }
span { border-color: rgb(17,251,197); }
td.TdClassName
{
border-color: #11FBC5;
}
.TagClassName
{
border-color: #11FBC5;
}
</style>