Shades of Turquoise #49DCD0
Tints of Turquoise #49DCD0
RGB
CMYK
RGB Variations
Color information
#49DCD0 (or 0x49DCD0) is known color: Turquoise. HEX triplet: 49, DC and D0. RGB value is (73,220,208). Sum of RGB (Red+Green+Blue) = 73+220+208=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCD0 is #B6232F. Grayscale: #AEAEAE. Windows color (decimal): -11936560 or 13687881. OLE color: 13687881.
HSL color Cylindrical-coordinate representation of color #49DCD0: hue angle of 175.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCD0 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 208 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.14 |
| HSL | 175.1º | 0.68% | 0.57% | - |
| HSV(B) | 175.1º | 0.67% | 0.86% | - |
| XYZ | 39.73 | 57.16 | 68.61 | - |
| YUV | 174.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 208 | 0.67 | 0 | 0.05 | 0.14 | 175.1 | 0.68 | 0.57 |
| Hex | 49 | DC | D0 | 43 | 0 | 5 | E | AF | 44 | 39 |
| Octal | 111 | 334 | 320 | 103 | 0 | 5 | 16 | 257 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11010000 | 1000011 | 0 | 101 | 1110 | 10101111 | 1000100 | 111001 |
Color Harmonies of #49DCD0
Complementary color
Monochromatic Colors of #49DCD0
Black with #49DCD0
Text Example
Text Example
White with #49DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCD0; }
p { color: rgb(73,220,208); }
H1.HeaderClassName
{
color: #49DCD0;
}
.AnyTagClassName
{
color: #49DCD0;
}
</style>
background-color css
<style>
a { background-color: #49DCD0; }
a { background-color: rgb(73,220,208); }
div.DivClassName
{
background-color: #49DCD0;
}
.BgClassName
{
background-color: #49DCD0;
}
</style>
border-color css
<style>
span { border-color: #49DCD0; }
span { border-color: rgb(73,220,208); }
td.TdClassName
{
border-color: #49DCD0;
}
.TagClassName
{
border-color: #49DCD0;
}
</style>