Shades of Medium Turquoise #49D7C1
Tints of Medium Turquoise #49D7C1
RGB
CMYK
RGB Variations
Color information
#49D7C1 (or 0x49D7C1) is known color: Medium Turquoise. HEX triplet: 49, D7 and C1. RGB value is (73,215,193). Sum of RGB (Red+Green+Blue) = 73+215+193=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #49D7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D7C1 is #B6283E. Grayscale: #A9A9A9. Windows color (decimal): -11937855 or 12703561. OLE color: 12703561.
HSL color Cylindrical-coordinate representation of color #49D7C1: hue angle of 170.7º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D7C1 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 193 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.16 |
| HSL | 170.7º | 0.64% | 0.56% | - |
| HSV(B) | 170.7º | 0.66% | 0.84% | - |
| XYZ | 36.67 | 53.87 | 58.92 | - |
| YUV | 170.03 | 140.96 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 193 | 0.66 | 0 | 0.10 | 0.16 | 170.7 | 0.64 | 0.56 |
| Hex | 49 | D7 | C1 | 42 | 0 | A | 10 | AB | 40 | 38 |
| Octal | 111 | 327 | 301 | 102 | 0 | 12 | 20 | 253 | 100 | 70 |
| Binary | 1001001 | 11010111 | 11000001 | 1000010 | 0 | 1010 | 10000 | 10101011 | 1000000 | 111000 |
Color Harmonies of #49D7C1
Complementary color
Monochromatic Colors of #49D7C1
Black with #49D7C1
Text Example
Text Example
White with #49D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D7C1; }
p { color: rgb(73,215,193); }
H1.HeaderClassName
{
color: #49D7C1;
}
.AnyTagClassName
{
color: #49D7C1;
}
</style>
background-color css
<style>
a { background-color: #49D7C1; }
a { background-color: rgb(73,215,193); }
div.DivClassName
{
background-color: #49D7C1;
}
.BgClassName
{
background-color: #49D7C1;
}
</style>
border-color css
<style>
span { border-color: #49D7C1; }
span { border-color: rgb(73,215,193); }
td.TdClassName
{
border-color: #49D7C1;
}
.TagClassName
{
border-color: #49D7C1;
}
</style>