Shades of Turquoise #49E2DA
Tints of Turquoise #49E2DA
RGB
CMYK
RGB Variations
Color information
#49E2DA (or 0x49E2DA) is known color: Turquoise. HEX triplet: 49, E2 and DA. RGB value is (73,226,218). Sum of RGB (Red+Green+Blue) = 73+226+218=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #49E2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E2DA is #B61D25. Grayscale: #B3B3B3. Windows color (decimal): -11935014 or 14344777. OLE color: 14344777.
HSL color Cylindrical-coordinate representation of color #49E2DA: hue angle of 176.86º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E2DA is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 226 | 218 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.11 |
| HSL | 176.86º | 0.73% | 0.59% | - |
| HSV(B) | 176.86º | 0.68% | 0.89% | - |
| XYZ | 42.6 | 60.87 | 75.83 | - |
| YUV | 179.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 218 | 0.68 | 0 | 0.04 | 0.11 | 176.86 | 0.73 | 0.59 |
| Hex | 49 | E2 | DA | 44 | 0 | 4 | B | B1 | 49 | 3B |
| Octal | 111 | 342 | 332 | 104 | 0 | 4 | 13 | 261 | 111 | 73 |
| Binary | 1001001 | 11100010 | 11011010 | 1000100 | 0 | 100 | 1011 | 10110001 | 1001001 | 111011 |
Color Harmonies of #49E2DA
Complementary color
Monochromatic Colors of #49E2DA
Black with #49E2DA
Text Example
Text Example
White with #49E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2DA; }
p { color: rgb(73,226,218); }
H1.HeaderClassName
{
color: #49E2DA;
}
.AnyTagClassName
{
color: #49E2DA;
}
</style>
background-color css
<style>
a { background-color: #49E2DA; }
a { background-color: rgb(73,226,218); }
div.DivClassName
{
background-color: #49E2DA;
}
.BgClassName
{
background-color: #49E2DA;
}
</style>
border-color css
<style>
span { border-color: #49E2DA; }
span { border-color: rgb(73,226,218); }
td.TdClassName
{
border-color: #49E2DA;
}
.TagClassName
{
border-color: #49E2DA;
}
</style>