Shades of Turquoise #49F2AF
Tints of Turquoise #49F2AF
RGB
CMYK
RGB Variations
Color information
#49F2AF (or 0x49F2AF) is known color: Turquoise. HEX triplet: 49, F2 and AF. RGB value is (73,242,175). Sum of RGB (Red+Green+Blue) = 73+242+175=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F2AF is #B60D50. Grayscale: #B7B7B7. Windows color (decimal): -11930961 or 11530825. OLE color: 11530825.
HSL color Cylindrical-coordinate representation of color #49F2AF: hue angle of 156.21º 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 #49F2AF is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 175 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.05 |
| HSL | 156.21º | 0.87% | 0.62% | - |
| HSV(B) | 156.21º | 0.7% | 0.95% | - |
| XYZ | 42.24 | 68.02 | 51.46 | - |
| YUV | 183.83 | 123.01 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 175 | 0.70 | 0 | 0.28 | 0.05 | 156.21 | 0.87 | 0.62 |
| Hex | 49 | F2 | AF | 46 | 0 | 1C | 5 | 9C | 57 | 3E |
| Octal | 111 | 362 | 257 | 106 | 0 | 34 | 5 | 234 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10101111 | 1000110 | 0 | 11100 | 101 | 10011100 | 1010111 | 111110 |
Color Harmonies of #49F2AF
Complementary color
Monochromatic Colors of #49F2AF
Black with #49F2AF
Text Example
Text Example
White with #49F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2AF; }
p { color: rgb(73,242,175); }
H1.HeaderClassName
{
color: #49F2AF;
}
.AnyTagClassName
{
color: #49F2AF;
}
</style>
background-color css
<style>
a { background-color: #49F2AF; }
a { background-color: rgb(73,242,175); }
div.DivClassName
{
background-color: #49F2AF;
}
.BgClassName
{
background-color: #49F2AF;
}
</style>
border-color css
<style>
span { border-color: #49F2AF; }
span { border-color: rgb(73,242,175); }
td.TdClassName
{
border-color: #49F2AF;
}
.TagClassName
{
border-color: #49F2AF;
}
</style>