Shades of Turquoise #49DED7
Tints of Turquoise #49DED7
RGB
CMYK
RGB Variations
Color information
#49DED7 (or 0x49DED7) is known color: Turquoise. HEX triplet: 49, DE and D7. RGB value is (73,222,215). Sum of RGB (Red+Green+Blue) = 73+222+215=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #49DED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DED7 is #B62128. Grayscale: #B0B0B0. Windows color (decimal): -11936041 or 14147145. OLE color: 14147145.
HSL color Cylindrical-coordinate representation of color #49DED7: hue angle of 177.18º 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 #49DED7 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 215 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.13 |
| HSL | 177.18º | 0.69% | 0.58% | - |
| HSV(B) | 177.18º | 0.67% | 0.87% | - |
| XYZ | 41.13 | 58.57 | 73.43 | - |
| YUV | 176.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 215 | 0.67 | 0 | 0.03 | 0.13 | 177.18 | 0.69 | 0.58 |
| Hex | 49 | DE | D7 | 43 | 0 | 3 | D | B1 | 45 | 3A |
| Octal | 111 | 336 | 327 | 103 | 0 | 3 | 15 | 261 | 105 | 72 |
| Binary | 1001001 | 11011110 | 11010111 | 1000011 | 0 | 11 | 1101 | 10110001 | 1000101 | 111010 |
Color Harmonies of #49DED7
Complementary color
Monochromatic Colors of #49DED7
Black with #49DED7
Text Example
Text Example
White with #49DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DED7; }
p { color: rgb(73,222,215); }
H1.HeaderClassName
{
color: #49DED7;
}
.AnyTagClassName
{
color: #49DED7;
}
</style>
background-color css
<style>
a { background-color: #49DED7; }
a { background-color: rgb(73,222,215); }
div.DivClassName
{
background-color: #49DED7;
}
.BgClassName
{
background-color: #49DED7;
}
</style>
border-color css
<style>
span { border-color: #49DED7; }
span { border-color: rgb(73,222,215); }
td.TdClassName
{
border-color: #49DED7;
}
.TagClassName
{
border-color: #49DED7;
}
</style>