Shades of Turquoise #49E3D2
Tints of Turquoise #49E3D2
RGB
CMYK
RGB Variations
Color information
#49E3D2 (or 0x49E3D2) is known color: Turquoise. HEX triplet: 49, E3 and D2. RGB value is (73,227,210). Sum of RGB (Red+Green+Blue) = 73+227+210=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #49E3D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E3D2 is #B61C2D. Grayscale: #B2B2B2. Windows color (decimal): -11934766 or 13820745. OLE color: 13820745.
HSL color Cylindrical-coordinate representation of color #49E3D2: hue angle of 173.38º 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 #49E3D2 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 210 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.11 |
| HSL | 173.38º | 0.73% | 0.59% | - |
| HSV(B) | 173.38º | 0.68% | 0.89% | - |
| XYZ | 41.85 | 61.01 | 70.54 | - |
| YUV | 179.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 210 | 0.68 | 0 | 0.07 | 0.11 | 173.38 | 0.73 | 0.59 |
| Hex | 49 | E3 | D2 | 44 | 0 | 7 | B | AD | 49 | 3B |
| Octal | 111 | 343 | 322 | 104 | 0 | 7 | 13 | 255 | 111 | 73 |
| Binary | 1001001 | 11100011 | 11010010 | 1000100 | 0 | 111 | 1011 | 10101101 | 1001001 | 111011 |
Color Harmonies of #49E3D2
Complementary color
Monochromatic Colors of #49E3D2
Black with #49E3D2
Text Example
Text Example
White with #49E3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E3D2; }
p { color: rgb(73,227,210); }
H1.HeaderClassName
{
color: #49E3D2;
}
.AnyTagClassName
{
color: #49E3D2;
}
</style>
background-color css
<style>
a { background-color: #49E3D2; }
a { background-color: rgb(73,227,210); }
div.DivClassName
{
background-color: #49E3D2;
}
.BgClassName
{
background-color: #49E3D2;
}
</style>
border-color css
<style>
span { border-color: #49E3D2; }
span { border-color: rgb(73,227,210); }
td.TdClassName
{
border-color: #49E3D2;
}
.TagClassName
{
border-color: #49E3D2;
}
</style>