Shades of Turquoise #49F5D9
Tints of Turquoise #49F5D9
RGB
CMYK
RGB Variations
Color information
#49F5D9 (or 0x49F5D9) is known color: Turquoise. HEX triplet: 49, F5 and D9. RGB value is (73,245,217). Sum of RGB (Red+Green+Blue) = 73+245+217=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5D9 is #B60A26. Grayscale: #BEBEBE. Windows color (decimal): -11930151 or 14284105. OLE color: 14284105.
HSL color Cylindrical-coordinate representation of color #49F5D9: hue angle of 170.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F5D9 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 217 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.04 |
| HSL | 170.23º | 0.9% | 0.62% | - |
| HSV(B) | 170.23º | 0.7% | 0.96% | - |
| XYZ | 47.92 | 71.73 | 76.97 | - |
| YUV | 190.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 217 | 0.70 | 0 | 0.11 | 0.04 | 170.23 | 0.9 | 0.62 |
| Hex | 49 | F5 | D9 | 46 | 0 | B | 4 | AA | 5A | 3E |
| Octal | 111 | 365 | 331 | 106 | 0 | 13 | 4 | 252 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11011001 | 1000110 | 0 | 1011 | 100 | 10101010 | 1011010 | 111110 |
Color Harmonies of #49F5D9
Complementary color
Monochromatic Colors of #49F5D9
Black with #49F5D9
Text Example
Text Example
White with #49F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5D9; }
p { color: rgb(73,245,217); }
H1.HeaderClassName
{
color: #49F5D9;
}
.AnyTagClassName
{
color: #49F5D9;
}
</style>
background-color css
<style>
a { background-color: #49F5D9; }
a { background-color: rgb(73,245,217); }
div.DivClassName
{
background-color: #49F5D9;
}
.BgClassName
{
background-color: #49F5D9;
}
</style>
border-color css
<style>
span { border-color: #49F5D9; }
span { border-color: rgb(73,245,217); }
td.TdClassName
{
border-color: #49F5D9;
}
.TagClassName
{
border-color: #49F5D9;
}
</style>