Shades of Turquoise #49ECDA
Tints of Turquoise #49ECDA
RGB
CMYK
RGB Variations
Color information
#49ECDA (or 0x49ECDA) is known color: Turquoise. HEX triplet: 49, EC and DA. RGB value is (73,236,218). Sum of RGB (Red+Green+Blue) = 73+236+218=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECDA is #B61325. Grayscale: #B9B9B9. Windows color (decimal): -11932454 or 14347337. OLE color: 14347337.
HSL color Cylindrical-coordinate representation of color #49ECDA: hue angle of 173.37º 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 #49ECDA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 218 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.07 |
| HSL | 173.37º | 0.81% | 0.61% | - |
| HSV(B) | 173.37º | 0.69% | 0.93% | - |
| XYZ | 45.4 | 66.47 | 76.77 | - |
| YUV | 185.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 218 | 0.69 | 0 | 0.08 | 0.07 | 173.37 | 0.81 | 0.61 |
| Hex | 49 | EC | DA | 45 | 0 | 8 | 7 | AD | 51 | 3D |
| Octal | 111 | 354 | 332 | 105 | 0 | 10 | 7 | 255 | 121 | 75 |
| Binary | 1001001 | 11101100 | 11011010 | 1000101 | 0 | 1000 | 111 | 10101101 | 1010001 | 111101 |
Color Harmonies of #49ECDA
Complementary color
Monochromatic Colors of #49ECDA
Black with #49ECDA
Text Example
Text Example
White with #49ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECDA; }
p { color: rgb(73,236,218); }
H1.HeaderClassName
{
color: #49ECDA;
}
.AnyTagClassName
{
color: #49ECDA;
}
</style>
background-color css
<style>
a { background-color: #49ECDA; }
a { background-color: rgb(73,236,218); }
div.DivClassName
{
background-color: #49ECDA;
}
.BgClassName
{
background-color: #49ECDA;
}
</style>
border-color css
<style>
span { border-color: #49ECDA; }
span { border-color: rgb(73,236,218); }
td.TdClassName
{
border-color: #49ECDA;
}
.TagClassName
{
border-color: #49ECDA;
}
</style>