Shades of Turquoise #49EBDC
Tints of Turquoise #49EBDC
RGB
CMYK
RGB Variations
Color information
#49EBDC (or 0x49EBDC) is known color: Turquoise. HEX triplet: 49, EB and DC. RGB value is (73,235,220). Sum of RGB (Red+Green+Blue) = 73+235+220=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDC is #B61423. Grayscale: #B8B8B8. Windows color (decimal): -11932708 or 14478153. OLE color: 14478153.
HSL color Cylindrical-coordinate representation of color #49EBDC: hue angle of 174.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBDC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 220 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.08 |
| HSL | 174.44º | 0.8% | 0.6% | - |
| HSV(B) | 174.44º | 0.69% | 0.92% | - |
| XYZ | 45.37 | 66 | 78.06 | - |
| YUV | 184.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 220 | 0.69 | 0 | 0.06 | 0.08 | 174.44 | 0.8 | 0.6 |
| Hex | 49 | EB | DC | 45 | 0 | 6 | 8 | AE | 50 | 3C |
| Octal | 111 | 353 | 334 | 105 | 0 | 6 | 10 | 256 | 120 | 74 |
| Binary | 1001001 | 11101011 | 11011100 | 1000101 | 0 | 110 | 1000 | 10101110 | 1010000 | 111100 |
Color Harmonies of #49EBDC
Complementary color
Monochromatic Colors of #49EBDC
Black with #49EBDC
Text Example
Text Example
White with #49EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBDC; }
p { color: rgb(73,235,220); }
H1.HeaderClassName
{
color: #49EBDC;
}
.AnyTagClassName
{
color: #49EBDC;
}
</style>
background-color css
<style>
a { background-color: #49EBDC; }
a { background-color: rgb(73,235,220); }
div.DivClassName
{
background-color: #49EBDC;
}
.BgClassName
{
background-color: #49EBDC;
}
</style>
border-color css
<style>
span { border-color: #49EBDC; }
span { border-color: rgb(73,235,220); }
td.TdClassName
{
border-color: #49EBDC;
}
.TagClassName
{
border-color: #49EBDC;
}
</style>