Shades of Turquoise #49F2B7
Tints of Turquoise #49F2B7
RGB
CMYK
RGB Variations
Color information
#49F2B7 (or 0x49F2B7) is known color: Turquoise. HEX triplet: 49, F2 and B7. RGB value is (73,242,183). Sum of RGB (Red+Green+Blue) = 73+242+183=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2B7 is #B60D48. Grayscale: #B8B8B8. Windows color (decimal): -11930953 or 12055113. OLE color: 12055113.
HSL color Cylindrical-coordinate representation of color #49F2B7: hue angle of 159.05º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2B7 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 183 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.05 |
| HSL | 159.05º | 0.87% | 0.62% | - |
| HSV(B) | 159.05º | 0.7% | 0.95% | - |
| XYZ | 43.05 | 68.34 | 55.72 | - |
| YUV | 184.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 183 | 0.70 | 0 | 0.24 | 0.05 | 159.05 | 0.87 | 0.62 |
| Hex | 49 | F2 | B7 | 46 | 0 | 18 | 5 | 9F | 57 | 3E |
| Octal | 111 | 362 | 267 | 106 | 0 | 30 | 5 | 237 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10110111 | 1000110 | 0 | 11000 | 101 | 10011111 | 1010111 | 111110 |
Color Harmonies of #49F2B7
Complementary color
Monochromatic Colors of #49F2B7
Black with #49F2B7
Text Example
Text Example
White with #49F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2B7; }
p { color: rgb(73,242,183); }
H1.HeaderClassName
{
color: #49F2B7;
}
.AnyTagClassName
{
color: #49F2B7;
}
</style>
background-color css
<style>
a { background-color: #49F2B7; }
a { background-color: rgb(73,242,183); }
div.DivClassName
{
background-color: #49F2B7;
}
.BgClassName
{
background-color: #49F2B7;
}
</style>
border-color css
<style>
span { border-color: #49F2B7; }
span { border-color: rgb(73,242,183); }
td.TdClassName
{
border-color: #49F2B7;
}
.TagClassName
{
border-color: #49F2B7;
}
</style>