Shades of Turquoise #49ECDC
Tints of Turquoise #49ECDC
RGB
CMYK
RGB Variations
Color information
#49ECDC (or 0x49ECDC) is known color: Turquoise. HEX triplet: 49, EC and DC. RGB value is (73,236,220). Sum of RGB (Red+Green+Blue) = 73+236+220=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECDC is #B61323. Grayscale: #B9B9B9. Windows color (decimal): -11932452 or 14478409. OLE color: 14478409.
HSL color Cylindrical-coordinate representation of color #49ECDC: hue angle of 174.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECDC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 220 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.07 |
| HSL | 174.11º | 0.81% | 0.61% | - |
| HSV(B) | 174.11º | 0.69% | 0.93% | - |
| XYZ | 45.66 | 66.57 | 78.15 | - |
| YUV | 185.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 220 | 0.69 | 0 | 0.07 | 0.07 | 174.11 | 0.81 | 0.61 |
| Hex | 49 | EC | DC | 45 | 0 | 7 | 7 | AE | 51 | 3D |
| Octal | 111 | 354 | 334 | 105 | 0 | 7 | 7 | 256 | 121 | 75 |
| Binary | 1001001 | 11101100 | 11011100 | 1000101 | 0 | 111 | 111 | 10101110 | 1010001 | 111101 |
Color Harmonies of #49ECDC
Complementary color
Monochromatic Colors of #49ECDC
Black with #49ECDC
Text Example
Text Example
White with #49ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECDC; }
p { color: rgb(73,236,220); }
H1.HeaderClassName
{
color: #49ECDC;
}
.AnyTagClassName
{
color: #49ECDC;
}
</style>
background-color css
<style>
a { background-color: #49ECDC; }
a { background-color: rgb(73,236,220); }
div.DivClassName
{
background-color: #49ECDC;
}
.BgClassName
{
background-color: #49ECDC;
}
</style>
border-color css
<style>
span { border-color: #49ECDC; }
span { border-color: rgb(73,236,220); }
td.TdClassName
{
border-color: #49ECDC;
}
.TagClassName
{
border-color: #49ECDC;
}
</style>