Shades of Medium Turquoise #49C0C0
Tints of Medium Turquoise #49C0C0
RGB
CMYK
RGB Variations
Color information
#49C0C0 (or 0x49C0C0) is known color: Medium Turquoise. HEX triplet: 49, C0 and C0. RGB value is (73,192,192). Sum of RGB (Red+Green+Blue) = 73+192+192=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #49C0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0C0 is #B63F3F. Grayscale: #9C9C9C. Windows color (decimal): -11943744 or 12632137. OLE color: 12632137.
HSL color Cylindrical-coordinate representation of color #49C0C0: hue angle of 180º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C0C0 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 192 | - |
| CMYK | 0.62 | 0 | 0 | 0.25 |
| HSL | 180º | 0.49% | 0.52% | - |
| HSV(B) | 180º | 0.62% | 0.75% | - |
| XYZ | 31.11 | 42.92 | 56.51 | - |
| YUV | 156.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 192 | 0.62 | 0 | 0 | 0.25 | 180 | 0.49 | 0.52 |
| Hex | 49 | C0 | C0 | 3E | 0 | 0 | 19 | B4 | 31 | 34 |
| Octal | 111 | 300 | 300 | 76 | 0 | 0 | 31 | 264 | 61 | 64 |
| Binary | 1001001 | 11000000 | 11000000 | 111110 | 0 | 0 | 11001 | 10110100 | 110001 | 110100 |
Color Harmonies of #49C0C0
Complementary color
Monochromatic Colors of #49C0C0
Black with #49C0C0
Text Example
Text Example
White with #49C0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0C0; }
p { color: rgb(73,192,192); }
H1.HeaderClassName
{
color: #49C0C0;
}
.AnyTagClassName
{
color: #49C0C0;
}
</style>
background-color css
<style>
a { background-color: #49C0C0; }
a { background-color: rgb(73,192,192); }
div.DivClassName
{
background-color: #49C0C0;
}
.BgClassName
{
background-color: #49C0C0;
}
</style>
border-color css
<style>
span { border-color: #49C0C0; }
span { border-color: rgb(73,192,192); }
td.TdClassName
{
border-color: #49C0C0;
}
.TagClassName
{
border-color: #49C0C0;
}
</style>