Shades of Turquoise #49DEC9
Tints of Turquoise #49DEC9
RGB
CMYK
RGB Variations
Color information
#49DEC9 (or 0x49DEC9) is known color: Turquoise. HEX triplet: 49, DE and C9. RGB value is (73,222,201). Sum of RGB (Red+Green+Blue) = 73+222+201=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEC9 is #B62136. Grayscale: #AEAEAE. Windows color (decimal): -11936055 or 13229641. OLE color: 13229641.
HSL color Cylindrical-coordinate representation of color #49DEC9: hue angle of 171.54º 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 #49DEC9 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 201 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.13 |
| HSL | 171.54º | 0.69% | 0.58% | - |
| HSV(B) | 171.54º | 0.67% | 0.87% | - |
| XYZ | 39.41 | 57.88 | 64.35 | - |
| YUV | 175.06 | 142.64 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 201 | 0.67 | 0 | 0.09 | 0.13 | 171.54 | 0.69 | 0.58 |
| Hex | 49 | DE | C9 | 43 | 0 | 9 | D | AC | 45 | 3A |
| Octal | 111 | 336 | 311 | 103 | 0 | 11 | 15 | 254 | 105 | 72 |
| Binary | 1001001 | 11011110 | 11001001 | 1000011 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111010 |
Color Harmonies of #49DEC9
Complementary color
Monochromatic Colors of #49DEC9
Black with #49DEC9
Text Example
Text Example
White with #49DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEC9; }
p { color: rgb(73,222,201); }
H1.HeaderClassName
{
color: #49DEC9;
}
.AnyTagClassName
{
color: #49DEC9;
}
</style>
background-color css
<style>
a { background-color: #49DEC9; }
a { background-color: rgb(73,222,201); }
div.DivClassName
{
background-color: #49DEC9;
}
.BgClassName
{
background-color: #49DEC9;
}
</style>
border-color css
<style>
span { border-color: #49DEC9; }
span { border-color: rgb(73,222,201); }
td.TdClassName
{
border-color: #49DEC9;
}
.TagClassName
{
border-color: #49DEC9;
}
</style>