Shades of Turquoise #49EED1
Tints of Turquoise #49EED1
RGB
CMYK
RGB Variations
Color information
#49EED1 (or 0x49EED1) is known color: Turquoise. HEX triplet: 49, EE and D1. RGB value is (73,238,209). Sum of RGB (Red+Green+Blue) = 73+238+209=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #49EED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EED1 is #B6112E. Grayscale: #B9B9B9. Windows color (decimal): -11931951 or 13758025. OLE color: 13758025.
HSL color Cylindrical-coordinate representation of color #49EED1: hue angle of 169.45º degrees, saturation: 0.83, 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 #49EED1 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 209 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.07 |
| HSL | 169.45º | 0.83% | 0.61% | - |
| HSV(B) | 169.45º | 0.69% | 0.93% | - |
| XYZ | 44.83 | 67.17 | 70.92 | - |
| YUV | 185.36 | 141.34 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 209 | 0.69 | 0 | 0.12 | 0.07 | 169.45 | 0.83 | 0.61 |
| Hex | 49 | EE | D1 | 45 | 0 | C | 7 | A9 | 53 | 3D |
| Octal | 111 | 356 | 321 | 105 | 0 | 14 | 7 | 251 | 123 | 75 |
| Binary | 1001001 | 11101110 | 11010001 | 1000101 | 0 | 1100 | 111 | 10101001 | 1010011 | 111101 |
Color Harmonies of #49EED1
Complementary color
Monochromatic Colors of #49EED1
Black with #49EED1
Text Example
Text Example
White with #49EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EED1; }
p { color: rgb(73,238,209); }
H1.HeaderClassName
{
color: #49EED1;
}
.AnyTagClassName
{
color: #49EED1;
}
</style>
background-color css
<style>
a { background-color: #49EED1; }
a { background-color: rgb(73,238,209); }
div.DivClassName
{
background-color: #49EED1;
}
.BgClassName
{
background-color: #49EED1;
}
</style>
border-color css
<style>
span { border-color: #49EED1; }
span { border-color: rgb(73,238,209); }
td.TdClassName
{
border-color: #49EED1;
}
.TagClassName
{
border-color: #49EED1;
}
</style>