Shades of Turquoise #49DDCC
Tints of Turquoise #49DDCC
RGB
CMYK
RGB Variations
Color information
#49DDCC (or 0x49DDCC) is known color: Turquoise. HEX triplet: 49, DD and CC. RGB value is (73,221,204). Sum of RGB (Red+Green+Blue) = 73+221+204=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDCC is #B62233. Grayscale: #AEAEAE. Windows color (decimal): -11936308 or 13425993. OLE color: 13425993.
HSL color Cylindrical-coordinate representation of color #49DDCC: hue angle of 173.11º 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 #49DDCC is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 204 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.13 |
| HSL | 173.11º | 0.69% | 0.58% | - |
| HSV(B) | 173.11º | 0.67% | 0.87% | - |
| XYZ | 39.5 | 57.49 | 66.14 | - |
| YUV | 174.81 | 144.47 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 204 | 0.67 | 0 | 0.08 | 0.13 | 173.11 | 0.69 | 0.58 |
| Hex | 49 | DD | CC | 43 | 0 | 8 | D | AD | 45 | 3A |
| Octal | 111 | 335 | 314 | 103 | 0 | 10 | 15 | 255 | 105 | 72 |
| Binary | 1001001 | 11011101 | 11001100 | 1000011 | 0 | 1000 | 1101 | 10101101 | 1000101 | 111010 |
Color Harmonies of #49DDCC
Complementary color
Monochromatic Colors of #49DDCC
Black with #49DDCC
Text Example
Text Example
White with #49DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDCC; }
p { color: rgb(73,221,204); }
H1.HeaderClassName
{
color: #49DDCC;
}
.AnyTagClassName
{
color: #49DDCC;
}
</style>
background-color css
<style>
a { background-color: #49DDCC; }
a { background-color: rgb(73,221,204); }
div.DivClassName
{
background-color: #49DDCC;
}
.BgClassName
{
background-color: #49DDCC;
}
</style>
border-color css
<style>
span { border-color: #49DDCC; }
span { border-color: rgb(73,221,204); }
td.TdClassName
{
border-color: #49DDCC;
}
.TagClassName
{
border-color: #49DDCC;
}
</style>