Shades of Turquoise #49FABC
Tints of Turquoise #49FABC
RGB
CMYK
RGB Variations
Color information
#49FABC (or 0x49FABC) is known color: Turquoise. HEX triplet: 49, FA and BC. RGB value is (73,250,188). Sum of RGB (Red+Green+Blue) = 73+250+188=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #49FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FABC is #B60543. Grayscale: #BEBEBE. Windows color (decimal): -11928900 or 12384841. OLE color: 12384841.
HSL color Cylindrical-coordinate representation of color #49FABC: hue angle of 158.98º 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 #49FABC is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 188 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.02 |
| HSL | 158.98º | 0.95% | 0.63% | - |
| HSV(B) | 158.98º | 0.71% | 0.98% | - |
| XYZ | 46.01 | 73.42 | 59.32 | - |
| YUV | 190.01 | 126.86 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 188 | 0.71 | 0 | 0.25 | 0.02 | 158.98 | 0.95 | 0.63 |
| Hex | 49 | FA | BC | 47 | 0 | 19 | 2 | 9F | 5F | 3F |
| Octal | 111 | 372 | 274 | 107 | 0 | 31 | 2 | 237 | 137 | 77 |
| Binary | 1001001 | 11111010 | 10111100 | 1000111 | 0 | 11001 | 10 | 10011111 | 1011111 | 111111 |
Color Harmonies of #49FABC
Complementary color
Monochromatic Colors of #49FABC
Black with #49FABC
Text Example
Text Example
White with #49FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FABC; }
p { color: rgb(73,250,188); }
H1.HeaderClassName
{
color: #49FABC;
}
.AnyTagClassName
{
color: #49FABC;
}
</style>
background-color css
<style>
a { background-color: #49FABC; }
a { background-color: rgb(73,250,188); }
div.DivClassName
{
background-color: #49FABC;
}
.BgClassName
{
background-color: #49FABC;
}
</style>
border-color css
<style>
span { border-color: #49FABC; }
span { border-color: rgb(73,250,188); }
td.TdClassName
{
border-color: #49FABC;
}
.TagClassName
{
border-color: #49FABC;
}
</style>