Shades of Turquoise #49FCBA
Tints of Turquoise #49FCBA
RGB
CMYK
RGB Variations
Color information
#49FCBA (or 0x49FCBA) is known color: Turquoise. HEX triplet: 49, FC and BA. RGB value is (73,252,186). Sum of RGB (Red+Green+Blue) = 73+252+186=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCBA is #B60345. Grayscale: #BFBFBF. Windows color (decimal): -11928390 or 12254281. OLE color: 12254281.
HSL color Cylindrical-coordinate representation of color #49FCBA: hue angle of 157.88º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCBA is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 186 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.01 |
| HSL | 157.88º | 0.97% | 0.64% | - |
| HSV(B) | 157.88º | 0.71% | 0.99% | - |
| XYZ | 46.42 | 74.58 | 58.4 | - |
| YUV | 190.96 | 125.2 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 186 | 0.71 | 0 | 0.26 | 0.01 | 157.88 | 0.97 | 0.64 |
| Hex | 49 | FC | BA | 47 | 0 | 1A | 1 | 9E | 61 | 40 |
| Octal | 111 | 374 | 272 | 107 | 0 | 32 | 1 | 236 | 141 | 100 |
| Binary | 1001001 | 11111100 | 10111010 | 1000111 | 0 | 11010 | 1 | 10011110 | 1100001 | 1000000 |
Color Harmonies of #49FCBA
Complementary color
Monochromatic Colors of #49FCBA
Black with #49FCBA
Text Example
Text Example
White with #49FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCBA; }
p { color: rgb(73,252,186); }
H1.HeaderClassName
{
color: #49FCBA;
}
.AnyTagClassName
{
color: #49FCBA;
}
</style>
background-color css
<style>
a { background-color: #49FCBA; }
a { background-color: rgb(73,252,186); }
div.DivClassName
{
background-color: #49FCBA;
}
.BgClassName
{
background-color: #49FCBA;
}
</style>
border-color css
<style>
span { border-color: #49FCBA; }
span { border-color: rgb(73,252,186); }
td.TdClassName
{
border-color: #49FCBA;
}
.TagClassName
{
border-color: #49FCBA;
}
</style>