Shades of Turquoise #49DEC0
Tints of Turquoise #49DEC0
RGB
CMYK
RGB Variations
Color information
#49DEC0 (or 0x49DEC0) is known color: Turquoise. HEX triplet: 49, DE and C0. RGB value is (73,222,192). Sum of RGB (Red+Green+Blue) = 73+222+192=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEC0 is #B6213F. Grayscale: #AEAEAE. Windows color (decimal): -11936064 or 12639817. OLE color: 12639817.
HSL color Cylindrical-coordinate representation of color #49DEC0: hue angle of 167.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEC0 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 192 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 167.92º | 0.69% | 0.58% | - |
| HSV(B) | 167.92º | 0.67% | 0.87% | - |
| XYZ | 38.38 | 57.46 | 58.94 | - |
| YUV | 174.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 192 | 0.67 | 0 | 0.14 | 0.13 | 167.92 | 0.69 | 0.58 |
| Hex | 49 | DE | C0 | 43 | 0 | E | D | A8 | 45 | 3A |
| Octal | 111 | 336 | 300 | 103 | 0 | 16 | 15 | 250 | 105 | 72 |
| Binary | 1001001 | 11011110 | 11000000 | 1000011 | 0 | 1110 | 1101 | 10101000 | 1000101 | 111010 |
Color Harmonies of #49DEC0
Complementary color
Monochromatic Colors of #49DEC0
Black with #49DEC0
Text Example
Text Example
White with #49DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEC0; }
p { color: rgb(73,222,192); }
H1.HeaderClassName
{
color: #49DEC0;
}
.AnyTagClassName
{
color: #49DEC0;
}
</style>
background-color css
<style>
a { background-color: #49DEC0; }
a { background-color: rgb(73,222,192); }
div.DivClassName
{
background-color: #49DEC0;
}
.BgClassName
{
background-color: #49DEC0;
}
</style>
border-color css
<style>
span { border-color: #49DEC0; }
span { border-color: rgb(73,222,192); }
td.TdClassName
{
border-color: #49DEC0;
}
.TagClassName
{
border-color: #49DEC0;
}
</style>