Shades of Turquoise #49FABD
Tints of Turquoise #49FABD
RGB
CMYK
RGB Variations
Color information
#49FABD (or 0x49FABD) is known color: Turquoise. HEX triplet: 49, FA and BD. RGB value is (73,250,189). Sum of RGB (Red+Green+Blue) = 73+250+189=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #49FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FABD is #B60542. Grayscale: #BEBEBE. Windows color (decimal): -11928899 or 12450377. OLE color: 12450377.
HSL color Cylindrical-coordinate representation of color #49FABD: hue angle of 159.32º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FABD is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 189 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.02 |
| HSL | 159.32º | 0.95% | 0.63% | - |
| HSV(B) | 159.32º | 0.71% | 0.98% | - |
| XYZ | 46.12 | 73.46 | 59.89 | - |
| YUV | 190.12 | 127.36 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 189 | 0.71 | 0 | 0.24 | 0.02 | 159.32 | 0.95 | 0.63 |
| Hex | 49 | FA | BD | 47 | 0 | 18 | 2 | 9F | 5F | 3F |
| Octal | 111 | 372 | 275 | 107 | 0 | 30 | 2 | 237 | 137 | 77 |
| Binary | 1001001 | 11111010 | 10111101 | 1000111 | 0 | 11000 | 10 | 10011111 | 1011111 | 111111 |
Color Harmonies of #49FABD
Complementary color
Monochromatic Colors of #49FABD
Black with #49FABD
Text Example
Text Example
White with #49FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FABD; }
p { color: rgb(73,250,189); }
H1.HeaderClassName
{
color: #49FABD;
}
.AnyTagClassName
{
color: #49FABD;
}
</style>
background-color css
<style>
a { background-color: #49FABD; }
a { background-color: rgb(73,250,189); }
div.DivClassName
{
background-color: #49FABD;
}
.BgClassName
{
background-color: #49FABD;
}
</style>
border-color css
<style>
span { border-color: #49FABD; }
span { border-color: rgb(73,250,189); }
td.TdClassName
{
border-color: #49FABD;
}
.TagClassName
{
border-color: #49FABD;
}
</style>