Shades of Turquoise #49DCCC
Tints of Turquoise #49DCCC
RGB
CMYK
RGB Variations
Color information
#49DCCC (or 0x49DCCC) is known color: Turquoise. HEX triplet: 49, DC and CC. RGB value is (73,220,204). Sum of RGB (Red+Green+Blue) = 73+220+204=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCCC is #B62333. Grayscale: #AEAEAE. Windows color (decimal): -11936564 or 13425737. OLE color: 13425737.
HSL color Cylindrical-coordinate representation of color #49DCCC: hue angle of 173.47º 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 #49DCCC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 204 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.14 |
| HSL | 173.47º | 0.68% | 0.57% | - |
| HSV(B) | 173.47º | 0.67% | 0.86% | - |
| XYZ | 39.24 | 56.96 | 66.05 | - |
| YUV | 174.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 204 | 0.67 | 0 | 0.07 | 0.14 | 173.47 | 0.68 | 0.57 |
| Hex | 49 | DC | CC | 43 | 0 | 7 | E | AD | 44 | 39 |
| Octal | 111 | 334 | 314 | 103 | 0 | 7 | 16 | 255 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11001100 | 1000011 | 0 | 111 | 1110 | 10101101 | 1000100 | 111001 |
Color Harmonies of #49DCCC
Complementary color
Monochromatic Colors of #49DCCC
Black with #49DCCC
Text Example
Text Example
White with #49DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCCC; }
p { color: rgb(73,220,204); }
H1.HeaderClassName
{
color: #49DCCC;
}
.AnyTagClassName
{
color: #49DCCC;
}
</style>
background-color css
<style>
a { background-color: #49DCCC; }
a { background-color: rgb(73,220,204); }
div.DivClassName
{
background-color: #49DCCC;
}
.BgClassName
{
background-color: #49DCCC;
}
</style>
border-color css
<style>
span { border-color: #49DCCC; }
span { border-color: rgb(73,220,204); }
td.TdClassName
{
border-color: #49DCCC;
}
.TagClassName
{
border-color: #49DCCC;
}
</style>