Shades of Medium Turquoise #49D1C5
Tints of Medium Turquoise #49D1C5
RGB
CMYK
RGB Variations
Color information
#49D1C5 (or 0x49D1C5) is known color: Medium Turquoise. HEX triplet: 49, D1 and C5. RGB value is (73,209,197). Sum of RGB (Red+Green+Blue) = 73+209+197=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D1C5 is #B62E3A. Grayscale: #A6A6A6. Windows color (decimal): -11939387 or 12964169. OLE color: 12964169.
HSL color Cylindrical-coordinate representation of color #49D1C5: hue angle of 174.71º 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 #49D1C5 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 197 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.18 |
| HSL | 174.71º | 0.6% | 0.55% | - |
| HSV(B) | 174.71º | 0.65% | 0.82% | - |
| XYZ | 35.63 | 51.05 | 60.8 | - |
| YUV | 166.97 | 144.94 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 197 | 0.65 | 0 | 0.06 | 0.18 | 174.71 | 0.6 | 0.55 |
| Hex | 49 | D1 | C5 | 41 | 0 | 6 | 12 | AF | 3C | 37 |
| Octal | 111 | 321 | 305 | 101 | 0 | 6 | 22 | 257 | 74 | 67 |
| Binary | 1001001 | 11010001 | 11000101 | 1000001 | 0 | 110 | 10010 | 10101111 | 111100 | 110111 |
Color Harmonies of #49D1C5
Complementary color
Monochromatic Colors of #49D1C5
Black with #49D1C5
Text Example
Text Example
White with #49D1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1C5; }
p { color: rgb(73,209,197); }
H1.HeaderClassName
{
color: #49D1C5;
}
.AnyTagClassName
{
color: #49D1C5;
}
</style>
background-color css
<style>
a { background-color: #49D1C5; }
a { background-color: rgb(73,209,197); }
div.DivClassName
{
background-color: #49D1C5;
}
.BgClassName
{
background-color: #49D1C5;
}
</style>
border-color css
<style>
span { border-color: #49D1C5; }
span { border-color: rgb(73,209,197); }
td.TdClassName
{
border-color: #49D1C5;
}
.TagClassName
{
border-color: #49D1C5;
}
</style>