Shades of Turquoise #49E1B2
Tints of Turquoise #49E1B2
RGB
CMYK
RGB Variations
Color information
#49E1B2 (or 0x49E1B2) is known color: Turquoise. HEX triplet: 49, E1 and B2. RGB value is (73,225,178). Sum of RGB (Red+Green+Blue) = 73+225+178=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E1B2 is #B61E4D. Grayscale: #AEAEAE. Windows color (decimal): -11935310 or 11723081. OLE color: 11723081.
HSL color Cylindrical-coordinate representation of color #49E1B2: hue angle of 161.45º 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 #49E1B2 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 178 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.12 |
| HSL | 161.45º | 0.72% | 0.58% | - |
| HSV(B) | 161.45º | 0.68% | 0.88% | - |
| XYZ | 37.71 | 58.48 | 51.42 | - |
| YUV | 174.19 | 130.14 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 178 | 0.68 | 0 | 0.21 | 0.12 | 161.45 | 0.72 | 0.58 |
| Hex | 49 | E1 | B2 | 44 | 0 | 15 | C | A1 | 48 | 3A |
| Octal | 111 | 341 | 262 | 104 | 0 | 25 | 14 | 241 | 110 | 72 |
| Binary | 1001001 | 11100001 | 10110010 | 1000100 | 0 | 10101 | 1100 | 10100001 | 1001000 | 111010 |
Color Harmonies of #49E1B2
Complementary color
Monochromatic Colors of #49E1B2
Black with #49E1B2
Text Example
Text Example
White with #49E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E1B2; }
p { color: rgb(73,225,178); }
H1.HeaderClassName
{
color: #49E1B2;
}
.AnyTagClassName
{
color: #49E1B2;
}
</style>
background-color css
<style>
a { background-color: #49E1B2; }
a { background-color: rgb(73,225,178); }
div.DivClassName
{
background-color: #49E1B2;
}
.BgClassName
{
background-color: #49E1B2;
}
</style>
border-color css
<style>
span { border-color: #49E1B2; }
span { border-color: rgb(73,225,178); }
td.TdClassName
{
border-color: #49E1B2;
}
.TagClassName
{
border-color: #49E1B2;
}
</style>