Shades of Medium Turquoise #49C9C5
Tints of Medium Turquoise #49C9C5
RGB
CMYK
RGB Variations
Color information
#49C9C5 (or 0x49C9C5) is known color: Medium Turquoise. HEX triplet: 49, C9 and C5. RGB value is (73,201,197). Sum of RGB (Red+Green+Blue) = 73+201+197=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #49C9C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C9C5 is #B6363A. Grayscale: #A2A2A2. Windows color (decimal): -11941435 or 12962121. OLE color: 12962121.
HSL color Cylindrical-coordinate representation of color #49C9C5: hue angle of 178.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C9C5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 197 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.21 |
| HSL | 178.13º | 0.54% | 0.54% | - |
| HSV(B) | 178.13º | 0.64% | 0.79% | - |
| XYZ | 33.71 | 47.22 | 60.16 | - |
| YUV | 162.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 197 | 0.64 | 0 | 0.02 | 0.21 | 178.13 | 0.54 | 0.54 |
| Hex | 49 | C9 | C5 | 40 | 0 | 2 | 15 | B2 | 36 | 36 |
| Octal | 111 | 311 | 305 | 100 | 0 | 2 | 25 | 262 | 66 | 66 |
| Binary | 1001001 | 11001001 | 11000101 | 1000000 | 0 | 10 | 10101 | 10110010 | 110110 | 110110 |
Color Harmonies of #49C9C5
Complementary color
Monochromatic Colors of #49C9C5
Black with #49C9C5
Text Example
Text Example
White with #49C9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C9C5; }
p { color: rgb(73,201,197); }
H1.HeaderClassName
{
color: #49C9C5;
}
.AnyTagClassName
{
color: #49C9C5;
}
</style>
background-color css
<style>
a { background-color: #49C9C5; }
a { background-color: rgb(73,201,197); }
div.DivClassName
{
background-color: #49C9C5;
}
.BgClassName
{
background-color: #49C9C5;
}
</style>
border-color css
<style>
span { border-color: #49C9C5; }
span { border-color: rgb(73,201,197); }
td.TdClassName
{
border-color: #49C9C5;
}
.TagClassName
{
border-color: #49C9C5;
}
</style>