Shades of Turquoise #49DCCD
Tints of Turquoise #49DCCD
RGB
CMYK
RGB Variations
Color information
#49DCCD (or 0x49DCCD) is known color: Turquoise. HEX triplet: 49, DC and CD. RGB value is (73,220,205). Sum of RGB (Red+Green+Blue) = 73+220+205=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCCD is #B62332. Grayscale: #AEAEAE. Windows color (decimal): -11936563 or 13491273. OLE color: 13491273.
HSL color Cylindrical-coordinate representation of color #49DCCD: hue angle of 173.88º 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 #49DCCD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 205 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.14 |
| HSL | 173.88º | 0.68% | 0.57% | - |
| HSV(B) | 173.88º | 0.67% | 0.86% | - |
| XYZ | 39.36 | 57.01 | 66.69 | - |
| YUV | 174.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 205 | 0.67 | 0 | 0.07 | 0.14 | 173.88 | 0.68 | 0.57 |
| Hex | 49 | DC | CD | 43 | 0 | 7 | E | AE | 44 | 39 |
| Octal | 111 | 334 | 315 | 103 | 0 | 7 | 16 | 256 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11001101 | 1000011 | 0 | 111 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #49DCCD
Complementary color
Monochromatic Colors of #49DCCD
Black with #49DCCD
Text Example
Text Example
White with #49DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCCD; }
p { color: rgb(73,220,205); }
H1.HeaderClassName
{
color: #49DCCD;
}
.AnyTagClassName
{
color: #49DCCD;
}
</style>
background-color css
<style>
a { background-color: #49DCCD; }
a { background-color: rgb(73,220,205); }
div.DivClassName
{
background-color: #49DCCD;
}
.BgClassName
{
background-color: #49DCCD;
}
</style>
border-color css
<style>
span { border-color: #49DCCD; }
span { border-color: rgb(73,220,205); }
td.TdClassName
{
border-color: #49DCCD;
}
.TagClassName
{
border-color: #49DCCD;
}
</style>