Shades of Turquoise #49DEC5
Tints of Turquoise #49DEC5
RGB
CMYK
RGB Variations
Color information
#49DEC5 (or 0x49DEC5) is known color: Turquoise. HEX triplet: 49, DE and C5. RGB value is (73,222,197). Sum of RGB (Red+Green+Blue) = 73+222+197=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEC5 is #B6213A. Grayscale: #AEAEAE. Windows color (decimal): -11936059 or 12967497. OLE color: 12967497.
HSL color Cylindrical-coordinate representation of color #49DEC5: hue angle of 169.93º 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 #49DEC5 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 197 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.13 |
| HSL | 169.93º | 0.69% | 0.58% | - |
| HSV(B) | 169.93º | 0.67% | 0.87% | - |
| XYZ | 38.95 | 57.69 | 61.91 | - |
| YUV | 174.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 197 | 0.67 | 0 | 0.11 | 0.13 | 169.93 | 0.69 | 0.58 |
| Hex | 49 | DE | C5 | 43 | 0 | B | D | AA | 45 | 3A |
| Octal | 111 | 336 | 305 | 103 | 0 | 13 | 15 | 252 | 105 | 72 |
| Binary | 1001001 | 11011110 | 11000101 | 1000011 | 0 | 1011 | 1101 | 10101010 | 1000101 | 111010 |
Color Harmonies of #49DEC5
Complementary color
Monochromatic Colors of #49DEC5
Black with #49DEC5
Text Example
Text Example
White with #49DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEC5; }
p { color: rgb(73,222,197); }
H1.HeaderClassName
{
color: #49DEC5;
}
.AnyTagClassName
{
color: #49DEC5;
}
</style>
background-color css
<style>
a { background-color: #49DEC5; }
a { background-color: rgb(73,222,197); }
div.DivClassName
{
background-color: #49DEC5;
}
.BgClassName
{
background-color: #49DEC5;
}
</style>
border-color css
<style>
span { border-color: #49DEC5; }
span { border-color: rgb(73,222,197); }
td.TdClassName
{
border-color: #49DEC5;
}
.TagClassName
{
border-color: #49DEC5;
}
</style>