Shades of Turquoise #49FDAB
Tints of Turquoise #49FDAB
RGB
CMYK
RGB Variations
Color information
#49FDAB (or 0x49FDAB) is known color: Turquoise. HEX triplet: 49, FD and AB. RGB value is (73,253,171). Sum of RGB (Red+Green+Blue) = 73+253+171=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FDAB is #B60254. Grayscale: #BDBDBD. Windows color (decimal): -11928149 or 11271497. OLE color: 11271497.
HSL color Cylindrical-coordinate representation of color #49FDAB: hue angle of 152.67º degrees, saturation: 0.98, 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 #49FDAB is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 171 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.01 |
| HSL | 152.67º | 0.98% | 0.64% | - |
| HSV(B) | 152.67º | 0.71% | 0.99% | - |
| XYZ | 45.22 | 74.61 | 50.55 | - |
| YUV | 189.83 | 117.37 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 171 | 0.71 | 0 | 0.32 | 0.01 | 152.67 | 0.98 | 0.64 |
| Hex | 49 | FD | AB | 47 | 0 | 20 | 1 | 99 | 62 | 40 |
| Octal | 111 | 375 | 253 | 107 | 0 | 40 | 1 | 231 | 142 | 100 |
| Binary | 1001001 | 11111101 | 10101011 | 1000111 | 0 | 100000 | 1 | 10011001 | 1100010 | 1000000 |
Color Harmonies of #49FDAB
Complementary color
Monochromatic Colors of #49FDAB
Black with #49FDAB
Text Example
Text Example
White with #49FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDAB; }
p { color: rgb(73,253,171); }
H1.HeaderClassName
{
color: #49FDAB;
}
.AnyTagClassName
{
color: #49FDAB;
}
</style>
background-color css
<style>
a { background-color: #49FDAB; }
a { background-color: rgb(73,253,171); }
div.DivClassName
{
background-color: #49FDAB;
}
.BgClassName
{
background-color: #49FDAB;
}
</style>
border-color css
<style>
span { border-color: #49FDAB; }
span { border-color: rgb(73,253,171); }
td.TdClassName
{
border-color: #49FDAB;
}
.TagClassName
{
border-color: #49FDAB;
}
</style>