Shades of Medium Turquoise #49CEC7
Tints of Medium Turquoise #49CEC7
RGB
CMYK
RGB Variations
Color information
#49CEC7 (or 0x49CEC7) is known color: Medium Turquoise. HEX triplet: 49, CE and C7. RGB value is (73,206,199). Sum of RGB (Red+Green+Blue) = 73+206+199=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEC7 is #B63138. Grayscale: #A5A5A5. Windows color (decimal): -11940153 or 13094473. OLE color: 13094473.
HSL color Cylindrical-coordinate representation of color #49CEC7: hue angle of 176.84º 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 #49CEC7 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 199 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.19 |
| HSL | 176.84º | 0.58% | 0.55% | - |
| HSV(B) | 176.84º | 0.65% | 0.81% | - |
| XYZ | 35.13 | 49.68 | 61.77 | - |
| YUV | 165.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 199 | 0.65 | 0 | 0.03 | 0.19 | 176.84 | 0.58 | 0.55 |
| Hex | 49 | CE | C7 | 41 | 0 | 3 | 13 | B1 | 3A | 37 |
| Octal | 111 | 316 | 307 | 101 | 0 | 3 | 23 | 261 | 72 | 67 |
| Binary | 1001001 | 11001110 | 11000111 | 1000001 | 0 | 11 | 10011 | 10110001 | 111010 | 110111 |
Color Harmonies of #49CEC7
Complementary color
Monochromatic Colors of #49CEC7
Black with #49CEC7
Text Example
Text Example
White with #49CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEC7; }
p { color: rgb(73,206,199); }
H1.HeaderClassName
{
color: #49CEC7;
}
.AnyTagClassName
{
color: #49CEC7;
}
</style>
background-color css
<style>
a { background-color: #49CEC7; }
a { background-color: rgb(73,206,199); }
div.DivClassName
{
background-color: #49CEC7;
}
.BgClassName
{
background-color: #49CEC7;
}
</style>
border-color css
<style>
span { border-color: #49CEC7; }
span { border-color: rgb(73,206,199); }
td.TdClassName
{
border-color: #49CEC7;
}
.TagClassName
{
border-color: #49CEC7;
}
</style>