Shades of Turquoise #49E1D2
Tints of Turquoise #49E1D2
RGB
CMYK
RGB Variations
Color information
#49E1D2 (or 0x49E1D2) is known color: Turquoise. HEX triplet: 49, E1 and D2. RGB value is (73,225,210). Sum of RGB (Red+Green+Blue) = 73+225+210=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1D2 is #B61E2D. Grayscale: #B1B1B1. Windows color (decimal): -11935278 or 13820233. OLE color: 13820233.
HSL color Cylindrical-coordinate representation of color #49E1D2: hue angle of 174.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E1D2 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 210 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.12 |
| HSL | 174.08º | 0.72% | 0.58% | - |
| HSV(B) | 174.08º | 0.68% | 0.88% | - |
| XYZ | 41.31 | 59.92 | 70.36 | - |
| YUV | 177.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 210 | 0.68 | 0 | 0.07 | 0.12 | 174.08 | 0.72 | 0.58 |
| Hex | 49 | E1 | D2 | 44 | 0 | 7 | C | AE | 48 | 3A |
| Octal | 111 | 341 | 322 | 104 | 0 | 7 | 14 | 256 | 110 | 72 |
| Binary | 1001001 | 11100001 | 11010010 | 1000100 | 0 | 111 | 1100 | 10101110 | 1001000 | 111010 |
Color Harmonies of #49E1D2
Complementary color
Monochromatic Colors of #49E1D2
Black with #49E1D2
Text Example
Text Example
White with #49E1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E1D2; }
p { color: rgb(73,225,210); }
H1.HeaderClassName
{
color: #49E1D2;
}
.AnyTagClassName
{
color: #49E1D2;
}
</style>
background-color css
<style>
a { background-color: #49E1D2; }
a { background-color: rgb(73,225,210); }
div.DivClassName
{
background-color: #49E1D2;
}
.BgClassName
{
background-color: #49E1D2;
}
</style>
border-color css
<style>
span { border-color: #49E1D2; }
span { border-color: rgb(73,225,210); }
td.TdClassName
{
border-color: #49E1D2;
}
.TagClassName
{
border-color: #49E1D2;
}
</style>