Shades of Turquoise #49E7D1
Tints of Turquoise #49E7D1
RGB
CMYK
RGB Variations
Color information
#49E7D1 (or 0x49E7D1) is known color: Turquoise. HEX triplet: 49, E7 and D1. RGB value is (73,231,209). Sum of RGB (Red+Green+Blue) = 73+231+209=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #49E7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E7D1 is #B6182E. Grayscale: #B5B5B5. Windows color (decimal): -11933743 or 13756233. OLE color: 13756233.
HSL color Cylindrical-coordinate representation of color #49E7D1: hue angle of 171.65º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E7D1 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 209 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.09 |
| HSL | 171.65º | 0.77% | 0.6% | - |
| HSV(B) | 171.65º | 0.68% | 0.91% | - |
| XYZ | 42.83 | 63.17 | 70.26 | - |
| YUV | 181.25 | 143.65 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 209 | 0.68 | 0 | 0.10 | 0.09 | 171.65 | 0.77 | 0.6 |
| Hex | 49 | E7 | D1 | 44 | 0 | A | 9 | AC | 4D | 3C |
| Octal | 111 | 347 | 321 | 104 | 0 | 12 | 11 | 254 | 115 | 74 |
| Binary | 1001001 | 11100111 | 11010001 | 1000100 | 0 | 1010 | 1001 | 10101100 | 1001101 | 111100 |
Color Harmonies of #49E7D1
Complementary color
Monochromatic Colors of #49E7D1
Black with #49E7D1
Text Example
Text Example
White with #49E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E7D1; }
p { color: rgb(73,231,209); }
H1.HeaderClassName
{
color: #49E7D1;
}
.AnyTagClassName
{
color: #49E7D1;
}
</style>
background-color css
<style>
a { background-color: #49E7D1; }
a { background-color: rgb(73,231,209); }
div.DivClassName
{
background-color: #49E7D1;
}
.BgClassName
{
background-color: #49E7D1;
}
</style>
border-color css
<style>
span { border-color: #49E7D1; }
span { border-color: rgb(73,231,209); }
td.TdClassName
{
border-color: #49E7D1;
}
.TagClassName
{
border-color: #49E7D1;
}
</style>