Shades of Turquoise #49EEBB
Tints of Turquoise #49EEBB
RGB
CMYK
RGB Variations
Color information
#49EEBB (or 0x49EEBB) is known color: Turquoise. HEX triplet: 49, EE and BB. RGB value is (73,238,187). Sum of RGB (Red+Green+Blue) = 73+238+187=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEBB is #B61144. Grayscale: #B6B6B6. Windows color (decimal): -11931973 or 12316233. OLE color: 12316233.
HSL color Cylindrical-coordinate representation of color #49EEBB: hue angle of 161.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 #49EEBB is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 187 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.07 |
| HSL | 161.45º | 0.83% | 0.61% | - |
| HSV(B) | 161.45º | 0.69% | 0.93% | - |
| XYZ | 42.29 | 66.15 | 57.55 | - |
| YUV | 182.85 | 130.34 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 187 | 0.69 | 0 | 0.21 | 0.07 | 161.45 | 0.83 | 0.61 |
| Hex | 49 | EE | BB | 45 | 0 | 15 | 7 | A1 | 53 | 3D |
| Octal | 111 | 356 | 273 | 105 | 0 | 25 | 7 | 241 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10111011 | 1000101 | 0 | 10101 | 111 | 10100001 | 1010011 | 111101 |
Color Harmonies of #49EEBB
Complementary color
Monochromatic Colors of #49EEBB
Black with #49EEBB
Text Example
Text Example
White with #49EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEBB; }
p { color: rgb(73,238,187); }
H1.HeaderClassName
{
color: #49EEBB;
}
.AnyTagClassName
{
color: #49EEBB;
}
</style>
background-color css
<style>
a { background-color: #49EEBB; }
a { background-color: rgb(73,238,187); }
div.DivClassName
{
background-color: #49EEBB;
}
.BgClassName
{
background-color: #49EEBB;
}
</style>
border-color css
<style>
span { border-color: #49EEBB; }
span { border-color: rgb(73,238,187); }
td.TdClassName
{
border-color: #49EEBB;
}
.TagClassName
{
border-color: #49EEBB;
}
</style>