Shades of Medium Turquoise #49D1C1
Tints of Medium Turquoise #49D1C1
RGB
CMYK
RGB Variations
Color information
#49D1C1 (or 0x49D1C1) is known color: Medium Turquoise. HEX triplet: 49, D1 and C1. RGB value is (73,209,193). Sum of RGB (Red+Green+Blue) = 73+209+193=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D1C1 is #B62E3E. Grayscale: #A6A6A6. Windows color (decimal): -11939391 or 12702025. OLE color: 12702025.
HSL color Cylindrical-coordinate representation of color #49D1C1: hue angle of 172.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D1C1 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 193 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.18 |
| HSL | 172.94º | 0.6% | 0.55% | - |
| HSV(B) | 172.94º | 0.65% | 0.82% | - |
| XYZ | 35.17 | 50.87 | 58.42 | - |
| YUV | 166.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 193 | 0.65 | 0 | 0.08 | 0.18 | 172.94 | 0.6 | 0.55 |
| Hex | 49 | D1 | C1 | 41 | 0 | 8 | 12 | AD | 3C | 37 |
| Octal | 111 | 321 | 301 | 101 | 0 | 10 | 22 | 255 | 74 | 67 |
| Binary | 1001001 | 11010001 | 11000001 | 1000001 | 0 | 1000 | 10010 | 10101101 | 111100 | 110111 |
Color Harmonies of #49D1C1
Complementary color
Monochromatic Colors of #49D1C1
Black with #49D1C1
Text Example
Text Example
White with #49D1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1C1; }
p { color: rgb(73,209,193); }
H1.HeaderClassName
{
color: #49D1C1;
}
.AnyTagClassName
{
color: #49D1C1;
}
</style>
background-color css
<style>
a { background-color: #49D1C1; }
a { background-color: rgb(73,209,193); }
div.DivClassName
{
background-color: #49D1C1;
}
.BgClassName
{
background-color: #49D1C1;
}
</style>
border-color css
<style>
span { border-color: #49D1C1; }
span { border-color: rgb(73,209,193); }
td.TdClassName
{
border-color: #49D1C1;
}
.TagClassName
{
border-color: #49D1C1;
}
</style>