Shades of Turquoise #49FEAB
Tints of Turquoise #49FEAB
RGB
CMYK
RGB Variations
Color information
#49FEAB (or 0x49FEAB) is known color: Turquoise. HEX triplet: 49, FE and AB. RGB value is (73,254,171). Sum of RGB (Red+Green+Blue) = 73+254+171=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FEAB is #B60154. Grayscale: #BEBEBE. Windows color (decimal): -11927893 or 11271753. OLE color: 11271753.
HSL color Cylindrical-coordinate representation of color #49FEAB: hue angle of 152.49º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEAB is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 171 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.00 |
| HSL | 152.49º | 0.99% | 0.64% | - |
| HSV(B) | 152.49º | 0.71% | 1% | - |
| XYZ | 45.54 | 75.24 | 50.65 | - |
| YUV | 190.42 | 117.03 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 171 | 0.71 | 0 | 0.33 | 0.00 | 152.49 | 0.99 | 0.64 |
| Hex | 49 | FE | AB | 47 | 0 | 21 | 0 | 98 | 63 | 40 |
| Octal | 111 | 376 | 253 | 107 | 0 | 41 | 0 | 230 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10101011 | 1000111 | 0 | 100001 | 0 | 10011000 | 1100011 | 1000000 |
Color Harmonies of #49FEAB
Complementary color
Monochromatic Colors of #49FEAB
Black with #49FEAB
Text Example
Text Example
White with #49FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEAB; }
p { color: rgb(73,254,171); }
H1.HeaderClassName
{
color: #49FEAB;
}
.AnyTagClassName
{
color: #49FEAB;
}
</style>
background-color css
<style>
a { background-color: #49FEAB; }
a { background-color: rgb(73,254,171); }
div.DivClassName
{
background-color: #49FEAB;
}
.BgClassName
{
background-color: #49FEAB;
}
</style>
border-color css
<style>
span { border-color: #49FEAB; }
span { border-color: rgb(73,254,171); }
td.TdClassName
{
border-color: #49FEAB;
}
.TagClassName
{
border-color: #49FEAB;
}
</style>