Shades of Turquoise #49EBBE
Tints of Turquoise #49EBBE
RGB
CMYK
RGB Variations
Color information
#49EBBE (or 0x49EBBE) is known color: Turquoise. HEX triplet: 49, EB and BE. RGB value is (73,235,190). Sum of RGB (Red+Green+Blue) = 73+235+190=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBBE is #B61441. Grayscale: #B5B5B5. Windows color (decimal): -11932738 or 12512073. OLE color: 12512073.
HSL color Cylindrical-coordinate representation of color #49EBBE: hue angle of 163.33º 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 #49EBBE is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 190 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.08 |
| HSL | 163.33º | 0.8% | 0.6% | - |
| HSV(B) | 163.33º | 0.69% | 0.92% | - |
| XYZ | 41.75 | 64.55 | 58.97 | - |
| YUV | 181.43 | 132.83 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 190 | 0.69 | 0 | 0.19 | 0.08 | 163.33 | 0.8 | 0.6 |
| Hex | 49 | EB | BE | 45 | 0 | 13 | 8 | A3 | 50 | 3C |
| Octal | 111 | 353 | 276 | 105 | 0 | 23 | 10 | 243 | 120 | 74 |
| Binary | 1001001 | 11101011 | 10111110 | 1000101 | 0 | 10011 | 1000 | 10100011 | 1010000 | 111100 |
Color Harmonies of #49EBBE
Complementary color
Monochromatic Colors of #49EBBE
Black with #49EBBE
Text Example
Text Example
White with #49EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBBE; }
p { color: rgb(73,235,190); }
H1.HeaderClassName
{
color: #49EBBE;
}
.AnyTagClassName
{
color: #49EBBE;
}
</style>
background-color css
<style>
a { background-color: #49EBBE; }
a { background-color: rgb(73,235,190); }
div.DivClassName
{
background-color: #49EBBE;
}
.BgClassName
{
background-color: #49EBBE;
}
</style>
border-color css
<style>
span { border-color: #49EBBE; }
span { border-color: rgb(73,235,190); }
td.TdClassName
{
border-color: #49EBBE;
}
.TagClassName
{
border-color: #49EBBE;
}
</style>