Shades of Turquoise #49F6AD
Tints of Turquoise #49F6AD
RGB
CMYK
RGB Variations
Color information
#49F6AD (or 0x49F6AD) is known color: Turquoise. HEX triplet: 49, F6 and AD. RGB value is (73,246,173). Sum of RGB (Red+Green+Blue) = 73+246+173=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F6AD is #B60952. Grayscale: #BABABA. Windows color (decimal): -11929939 or 11400777. OLE color: 11400777.
HSL color Cylindrical-coordinate representation of color #49F6AD: hue angle of 154.68º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6AD is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 173 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.04 |
| HSL | 154.68º | 0.91% | 0.63% | - |
| HSV(B) | 154.68º | 0.7% | 0.96% | - |
| XYZ | 43.25 | 70.35 | 50.83 | - |
| YUV | 185.95 | 120.69 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 173 | 0.70 | 0 | 0.30 | 0.04 | 154.68 | 0.91 | 0.63 |
| Hex | 49 | F6 | AD | 46 | 0 | 1E | 4 | 9B | 5B | 3F |
| Octal | 111 | 366 | 255 | 106 | 0 | 36 | 4 | 233 | 133 | 77 |
| Binary | 1001001 | 11110110 | 10101101 | 1000110 | 0 | 11110 | 100 | 10011011 | 1011011 | 111111 |
Color Harmonies of #49F6AD
Complementary color
Monochromatic Colors of #49F6AD
Black with #49F6AD
Text Example
Text Example
White with #49F6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F6AD; }
p { color: rgb(73,246,173); }
H1.HeaderClassName
{
color: #49F6AD;
}
.AnyTagClassName
{
color: #49F6AD;
}
</style>
background-color css
<style>
a { background-color: #49F6AD; }
a { background-color: rgb(73,246,173); }
div.DivClassName
{
background-color: #49F6AD;
}
.BgClassName
{
background-color: #49F6AD;
}
</style>
border-color css
<style>
span { border-color: #49F6AD; }
span { border-color: rgb(73,246,173); }
td.TdClassName
{
border-color: #49F6AD;
}
.TagClassName
{
border-color: #49F6AD;
}
</style>