Shades of Medium Turquoise #49CEC6
Tints of Medium Turquoise #49CEC6
RGB
CMYK
RGB Variations
Color information
#49CEC6 (or 0x49CEC6) is known color: Medium Turquoise. HEX triplet: 49, CE and C6. RGB value is (73,206,198). Sum of RGB (Red+Green+Blue) = 73+206+198=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEC6 is #B63139. Grayscale: #A5A5A5. Windows color (decimal): -11940154 or 13028937. OLE color: 13028937.
HSL color Cylindrical-coordinate representation of color #49CEC6: hue angle of 176.39º 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 #49CEC6 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 198 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.19 |
| HSL | 176.39º | 0.58% | 0.55% | - |
| HSV(B) | 176.39º | 0.65% | 0.81% | - |
| XYZ | 35.01 | 49.64 | 61.16 | - |
| YUV | 165.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 198 | 0.65 | 0 | 0.04 | 0.19 | 176.39 | 0.58 | 0.55 |
| Hex | 49 | CE | C6 | 41 | 0 | 4 | 13 | B0 | 3A | 37 |
| Octal | 111 | 316 | 306 | 101 | 0 | 4 | 23 | 260 | 72 | 67 |
| Binary | 1001001 | 11001110 | 11000110 | 1000001 | 0 | 100 | 10011 | 10110000 | 111010 | 110111 |
Color Harmonies of #49CEC6
Complementary color
Monochromatic Colors of #49CEC6
Black with #49CEC6
Text Example
Text Example
White with #49CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEC6; }
p { color: rgb(73,206,198); }
H1.HeaderClassName
{
color: #49CEC6;
}
.AnyTagClassName
{
color: #49CEC6;
}
</style>
background-color css
<style>
a { background-color: #49CEC6; }
a { background-color: rgb(73,206,198); }
div.DivClassName
{
background-color: #49CEC6;
}
.BgClassName
{
background-color: #49CEC6;
}
</style>
border-color css
<style>
span { border-color: #49CEC6; }
span { border-color: rgb(73,206,198); }
td.TdClassName
{
border-color: #49CEC6;
}
.TagClassName
{
border-color: #49CEC6;
}
</style>