Shades of Turquoise #49E8C2
Tints of Turquoise #49E8C2
RGB
CMYK
RGB Variations
Color information
#49E8C2 (or 0x49E8C2) is known color: Turquoise. HEX triplet: 49, E8 and C2. RGB value is (73,232,194). Sum of RGB (Red+Green+Blue) = 73+232+194=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E8C2 is #B6173D. Grayscale: #B4B4B4. Windows color (decimal): -11933502 or 12773449. OLE color: 12773449.
HSL color Cylindrical-coordinate representation of color #49E8C2: hue angle of 165.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E8C2 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 194 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.09 |
| HSL | 165.66º | 0.78% | 0.6% | - |
| HSV(B) | 165.66º | 0.69% | 0.91% | - |
| XYZ | 41.34 | 63.02 | 61.02 | - |
| YUV | 180.13 | 135.82 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 194 | 0.69 | 0 | 0.16 | 0.09 | 165.66 | 0.78 | 0.6 |
| Hex | 49 | E8 | C2 | 45 | 0 | 10 | 9 | A6 | 4E | 3C |
| Octal | 111 | 350 | 302 | 105 | 0 | 20 | 11 | 246 | 116 | 74 |
| Binary | 1001001 | 11101000 | 11000010 | 1000101 | 0 | 10000 | 1001 | 10100110 | 1001110 | 111100 |
Color Harmonies of #49E8C2
Complementary color
Monochromatic Colors of #49E8C2
Black with #49E8C2
Text Example
Text Example
White with #49E8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8C2; }
p { color: rgb(73,232,194); }
H1.HeaderClassName
{
color: #49E8C2;
}
.AnyTagClassName
{
color: #49E8C2;
}
</style>
background-color css
<style>
a { background-color: #49E8C2; }
a { background-color: rgb(73,232,194); }
div.DivClassName
{
background-color: #49E8C2;
}
.BgClassName
{
background-color: #49E8C2;
}
</style>
border-color css
<style>
span { border-color: #49E8C2; }
span { border-color: rgb(73,232,194); }
td.TdClassName
{
border-color: #49E8C2;
}
.TagClassName
{
border-color: #49E8C2;
}
</style>