Shades of Medium Turquoise #49C7CE
Tints of Medium Turquoise #49C7CE
RGB
CMYK
RGB Variations
Color information
#49C7CE (or 0x49C7CE) is known color: Medium Turquoise. HEX triplet: 49, C7 and CE. RGB value is (73,199,206). Sum of RGB (Red+Green+Blue) = 73+199+206=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #49C7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C7CE is #B63831. Grayscale: #A1A1A1. Windows color (decimal): -11941938 or 13551433. OLE color: 13551433.
HSL color Cylindrical-coordinate representation of color #49C7CE: hue angle of 183.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49C7CE is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 199 | 206 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.19 |
| HSL | 183.16º | 0.58% | 0.55% | - |
| HSV(B) | 183.16º | 0.65% | 0.81% | - |
| XYZ | 34.31 | 46.72 | 65.6 | - |
| YUV | 162.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 206 | 0.65 | 0.03 | 0 | 0.19 | 183.16 | 0.58 | 0.55 |
| Hex | 49 | C7 | CE | 41 | 3 | 0 | 13 | B7 | 3A | 37 |
| Octal | 111 | 307 | 316 | 101 | 3 | 0 | 23 | 267 | 72 | 67 |
| Binary | 1001001 | 11000111 | 11001110 | 1000001 | 11 | 0 | 10011 | 10110111 | 111010 | 110111 |
Color Harmonies of #49C7CE
Complementary color
Monochromatic Colors of #49C7CE
Black with #49C7CE
Text Example
Text Example
White with #49C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C7CE; }
p { color: rgb(73,199,206); }
H1.HeaderClassName
{
color: #49C7CE;
}
.AnyTagClassName
{
color: #49C7CE;
}
</style>
background-color css
<style>
a { background-color: #49C7CE; }
a { background-color: rgb(73,199,206); }
div.DivClassName
{
background-color: #49C7CE;
}
.BgClassName
{
background-color: #49C7CE;
}
</style>
border-color css
<style>
span { border-color: #49C7CE; }
span { border-color: rgb(73,199,206); }
td.TdClassName
{
border-color: #49C7CE;
}
.TagClassName
{
border-color: #49C7CE;
}
</style>