Shades of Medium Turquoise #49D6C2
Tints of Medium Turquoise #49D6C2
RGB
CMYK
RGB Variations
Color information
#49D6C2 (or 0x49D6C2) is known color: Medium Turquoise. HEX triplet: 49, D6 and C2. RGB value is (73,214,194). Sum of RGB (Red+Green+Blue) = 73+214+194=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6C2 is #B6293D. Grayscale: #A9A9A9. Windows color (decimal): -11938110 or 12768841. OLE color: 12768841.
HSL color Cylindrical-coordinate representation of color #49D6C2: hue angle of 171.49º degrees, saturation: 0.63, 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 #49D6C2 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 194 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.16 |
| HSL | 171.49º | 0.63% | 0.56% | - |
| HSV(B) | 171.49º | 0.66% | 0.84% | - |
| XYZ | 36.53 | 53.4 | 59.42 | - |
| YUV | 169.56 | 141.79 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 194 | 0.66 | 0 | 0.09 | 0.16 | 171.49 | 0.63 | 0.56 |
| Hex | 49 | D6 | C2 | 42 | 0 | 9 | 10 | AB | 3F | 38 |
| Octal | 111 | 326 | 302 | 102 | 0 | 11 | 20 | 253 | 77 | 70 |
| Binary | 1001001 | 11010110 | 11000010 | 1000010 | 0 | 1001 | 10000 | 10101011 | 111111 | 111000 |
Color Harmonies of #49D6C2
Complementary color
Monochromatic Colors of #49D6C2
Black with #49D6C2
Text Example
Text Example
White with #49D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6C2; }
p { color: rgb(73,214,194); }
H1.HeaderClassName
{
color: #49D6C2;
}
.AnyTagClassName
{
color: #49D6C2;
}
</style>
background-color css
<style>
a { background-color: #49D6C2; }
a { background-color: rgb(73,214,194); }
div.DivClassName
{
background-color: #49D6C2;
}
.BgClassName
{
background-color: #49D6C2;
}
</style>
border-color css
<style>
span { border-color: #49D6C2; }
span { border-color: rgb(73,214,194); }
td.TdClassName
{
border-color: #49D6C2;
}
.TagClassName
{
border-color: #49D6C2;
}
</style>