Shades of Turquoise #49DED4
Tints of Turquoise #49DED4
RGB
CMYK
RGB Variations
Color information
#49DED4 (or 0x49DED4) is known color: Turquoise. HEX triplet: 49, DE and D4. RGB value is (73,222,212). Sum of RGB (Red+Green+Blue) = 73+222+212=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #49DED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DED4 is #B6212B. Grayscale: #B0B0B0. Windows color (decimal): -11936044 or 13950537. OLE color: 13950537.
HSL color Cylindrical-coordinate representation of color #49DED4: hue angle of 175.97º 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 #49DED4 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 212 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.13 |
| HSL | 175.97º | 0.69% | 0.58% | - |
| HSV(B) | 175.97º | 0.67% | 0.87% | - |
| XYZ | 40.75 | 58.41 | 71.41 | - |
| YUV | 176.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 212 | 0.67 | 0 | 0.05 | 0.13 | 175.97 | 0.69 | 0.58 |
| Hex | 49 | DE | D4 | 43 | 0 | 5 | D | B0 | 45 | 3A |
| Octal | 111 | 336 | 324 | 103 | 0 | 5 | 15 | 260 | 105 | 72 |
| Binary | 1001001 | 11011110 | 11010100 | 1000011 | 0 | 101 | 1101 | 10110000 | 1000101 | 111010 |
Color Harmonies of #49DED4
Complementary color
Monochromatic Colors of #49DED4
Black with #49DED4
Text Example
Text Example
White with #49DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DED4; }
p { color: rgb(73,222,212); }
H1.HeaderClassName
{
color: #49DED4;
}
.AnyTagClassName
{
color: #49DED4;
}
</style>
background-color css
<style>
a { background-color: #49DED4; }
a { background-color: rgb(73,222,212); }
div.DivClassName
{
background-color: #49DED4;
}
.BgClassName
{
background-color: #49DED4;
}
</style>
border-color css
<style>
span { border-color: #49DED4; }
span { border-color: rgb(73,222,212); }
td.TdClassName
{
border-color: #49DED4;
}
.TagClassName
{
border-color: #49DED4;
}
</style>