Shades of Turquoise #49DDEC
Tints of Turquoise #49DDEC
RGB
CMYK
RGB Variations
Color information
#49DDEC (or 0x49DDEC) is known color: Turquoise. HEX triplet: 49, DD and EC. RGB value is (73,221,236). Sum of RGB (Red+Green+Blue) = 73+221+236=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #49DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDEC is #B62213. Grayscale: #B2B2B2. Windows color (decimal): -11936276 or 15523145. OLE color: 15523145.
HSL color Cylindrical-coordinate representation of color #49DDEC: hue angle of 185.52º 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 #49DDEC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 221 | 236 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.07 |
| HSL | 185.52º | 0.81% | 0.61% | - |
| HSV(B) | 185.52º | 0.69% | 0.93% | - |
| XYZ | 43.74 | 59.19 | 88.48 | - |
| YUV | 178.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 236 | 0.69 | 0.06 | 0 | 0.07 | 185.52 | 0.81 | 0.61 |
| Hex | 49 | DD | EC | 45 | 6 | 0 | 7 | BA | 51 | 3D |
| Octal | 111 | 335 | 354 | 105 | 6 | 0 | 7 | 272 | 121 | 75 |
| Binary | 1001001 | 11011101 | 11101100 | 1000101 | 110 | 0 | 111 | 10111010 | 1010001 | 111101 |
Color Harmonies of #49DDEC
Complementary color
Monochromatic Colors of #49DDEC
Black with #49DDEC
Text Example
Text Example
White with #49DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDEC; }
p { color: rgb(73,221,236); }
H1.HeaderClassName
{
color: #49DDEC;
}
.AnyTagClassName
{
color: #49DDEC;
}
</style>
background-color css
<style>
a { background-color: #49DDEC; }
a { background-color: rgb(73,221,236); }
div.DivClassName
{
background-color: #49DDEC;
}
.BgClassName
{
background-color: #49DDEC;
}
</style>
border-color css
<style>
span { border-color: #49DDEC; }
span { border-color: rgb(73,221,236); }
td.TdClassName
{
border-color: #49DDEC;
}
.TagClassName
{
border-color: #49DDEC;
}
</style>