Shades of Turquoise #49FFBB
Tints of Turquoise #49FFBB
RGB
CMYK
RGB Variations
Color information
#49FFBB (or 0x49FFBB) is known color: Turquoise. HEX triplet: 49, FF and BB. RGB value is (73,255,187). Sum of RGB (Red+Green+Blue) = 73+255+187=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFBB is #B60044. Grayscale: #C0C0C0. Windows color (decimal): -11927621 or 12320585. OLE color: 12320585.
HSL color Cylindrical-coordinate representation of color #49FFBB: hue angle of 157.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFBB is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 187 | - |
| CMYK | 0.71 | 0 | 0.27 | 0 |
| HSL | 157.58º | 1% | 0.64% | - |
| HSV(B) | 157.58º | 0.71% | 1% | - |
| XYZ | 47.48 | 76.52 | 59.28 | - |
| YUV | 192.83 | 124.7 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 187 | 0.71 | 0 | 0.27 | 0 | 157.58 | 1 | 0.64 |
| Hex | 49 | FF | BB | 47 | 0 | 1B | 0 | 9E | 64 | 40 |
| Octal | 111 | 377 | 273 | 107 | 0 | 33 | 0 | 236 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10111011 | 1000111 | 0 | 11011 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #49FFBB
Complementary color
Monochromatic Colors of #49FFBB
Black with #49FFBB
Text Example
Text Example
White with #49FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFBB; }
p { color: rgb(73,255,187); }
H1.HeaderClassName
{
color: #49FFBB;
}
.AnyTagClassName
{
color: #49FFBB;
}
</style>
background-color css
<style>
a { background-color: #49FFBB; }
a { background-color: rgb(73,255,187); }
div.DivClassName
{
background-color: #49FFBB;
}
.BgClassName
{
background-color: #49FFBB;
}
</style>
border-color css
<style>
span { border-color: #49FFBB; }
span { border-color: rgb(73,255,187); }
td.TdClassName
{
border-color: #49FFBB;
}
.TagClassName
{
border-color: #49FFBB;
}
</style>