Shades of Medium Turquoise #49CEC0
Tints of Medium Turquoise #49CEC0
RGB
CMYK
RGB Variations
Color information
#49CEC0 (or 0x49CEC0) is known color: Medium Turquoise. HEX triplet: 49, CE and C0. RGB value is (73,206,192). Sum of RGB (Red+Green+Blue) = 73+206+192=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEC0 is #B6313F. Grayscale: #A4A4A4. Windows color (decimal): -11940160 or 12635721. OLE color: 12635721.
HSL color Cylindrical-coordinate representation of color #49CEC0: hue angle of 173.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEC0 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 192 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.19 |
| HSL | 173.68º | 0.58% | 0.55% | - |
| HSV(B) | 173.68º | 0.65% | 0.81% | - |
| XYZ | 34.33 | 49.36 | 57.59 | - |
| YUV | 164.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 192 | 0.65 | 0 | 0.07 | 0.19 | 173.68 | 0.58 | 0.55 |
| Hex | 49 | CE | C0 | 41 | 0 | 7 | 13 | AE | 3A | 37 |
| Octal | 111 | 316 | 300 | 101 | 0 | 7 | 23 | 256 | 72 | 67 |
| Binary | 1001001 | 11001110 | 11000000 | 1000001 | 0 | 111 | 10011 | 10101110 | 111010 | 110111 |
Color Harmonies of #49CEC0
Complementary color
Monochromatic Colors of #49CEC0
Black with #49CEC0
Text Example
Text Example
White with #49CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEC0; }
p { color: rgb(73,206,192); }
H1.HeaderClassName
{
color: #49CEC0;
}
.AnyTagClassName
{
color: #49CEC0;
}
</style>
background-color css
<style>
a { background-color: #49CEC0; }
a { background-color: rgb(73,206,192); }
div.DivClassName
{
background-color: #49CEC0;
}
.BgClassName
{
background-color: #49CEC0;
}
</style>
border-color css
<style>
span { border-color: #49CEC0; }
span { border-color: rgb(73,206,192); }
td.TdClassName
{
border-color: #49CEC0;
}
.TagClassName
{
border-color: #49CEC0;
}
</style>