Shades of Turquoise #49E5DA
Tints of Turquoise #49E5DA
RGB
CMYK
RGB Variations
Color information
#49E5DA (or 0x49E5DA) is known color: Turquoise. HEX triplet: 49, E5 and DA. RGB value is (73,229,218). Sum of RGB (Red+Green+Blue) = 73+229+218=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #49E5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E5DA is #B61A25. Grayscale: #B4B4B4. Windows color (decimal): -11934246 or 14345545. OLE color: 14345545.
HSL color Cylindrical-coordinate representation of color #49E5DA: hue angle of 175.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E5DA is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 229 | 218 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.10 |
| HSL | 175.77º | 0.75% | 0.59% | - |
| HSV(B) | 175.77º | 0.68% | 0.9% | - |
| XYZ | 43.42 | 62.52 | 76.11 | - |
| YUV | 181.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 218 | 0.68 | 0 | 0.05 | 0.10 | 175.77 | 0.75 | 0.59 |
| Hex | 49 | E5 | DA | 44 | 0 | 5 | A | B0 | 4B | 3B |
| Octal | 111 | 345 | 332 | 104 | 0 | 5 | 12 | 260 | 113 | 73 |
| Binary | 1001001 | 11100101 | 11011010 | 1000100 | 0 | 101 | 1010 | 10110000 | 1001011 | 111011 |
Color Harmonies of #49E5DA
Complementary color
Monochromatic Colors of #49E5DA
Black with #49E5DA
Text Example
Text Example
White with #49E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E5DA; }
p { color: rgb(73,229,218); }
H1.HeaderClassName
{
color: #49E5DA;
}
.AnyTagClassName
{
color: #49E5DA;
}
</style>
background-color css
<style>
a { background-color: #49E5DA; }
a { background-color: rgb(73,229,218); }
div.DivClassName
{
background-color: #49E5DA;
}
.BgClassName
{
background-color: #49E5DA;
}
</style>
border-color css
<style>
span { border-color: #49E5DA; }
span { border-color: rgb(73,229,218); }
td.TdClassName
{
border-color: #49E5DA;
}
.TagClassName
{
border-color: #49E5DA;
}
</style>