Shades of Turquoise #49DFC0
Tints of Turquoise #49DFC0
RGB
CMYK
RGB Variations
Color information
#49DFC0 (or 0x49DFC0) is known color: Turquoise. HEX triplet: 49, DF and C0. RGB value is (73,223,192). Sum of RGB (Red+Green+Blue) = 73+223+192=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFC0 is #B6203F. Grayscale: #AEAEAE. Windows color (decimal): -11935808 or 12640073. OLE color: 12640073.
HSL color Cylindrical-coordinate representation of color #49DFC0: hue angle of 167.6º degrees, saturation: 0.7, 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 #49DFC0 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 192 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 167.6º | 0.7% | 0.58% | - |
| HSV(B) | 167.6º | 0.67% | 0.87% | - |
| XYZ | 38.65 | 58 | 59.03 | - |
| YUV | 174.62 | 137.81 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 192 | 0.67 | 0 | 0.14 | 0.13 | 167.6 | 0.7 | 0.58 |
| Hex | 49 | DF | C0 | 43 | 0 | E | D | A8 | 46 | 3A |
| Octal | 111 | 337 | 300 | 103 | 0 | 16 | 15 | 250 | 106 | 72 |
| Binary | 1001001 | 11011111 | 11000000 | 1000011 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111010 |
Color Harmonies of #49DFC0
Complementary color
Monochromatic Colors of #49DFC0
Black with #49DFC0
Text Example
Text Example
White with #49DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFC0; }
p { color: rgb(73,223,192); }
H1.HeaderClassName
{
color: #49DFC0;
}
.AnyTagClassName
{
color: #49DFC0;
}
</style>
background-color css
<style>
a { background-color: #49DFC0; }
a { background-color: rgb(73,223,192); }
div.DivClassName
{
background-color: #49DFC0;
}
.BgClassName
{
background-color: #49DFC0;
}
</style>
border-color css
<style>
span { border-color: #49DFC0; }
span { border-color: rgb(73,223,192); }
td.TdClassName
{
border-color: #49DFC0;
}
.TagClassName
{
border-color: #49DFC0;
}
</style>