Shades of Turquoise #49EEB6
Tints of Turquoise #49EEB6
RGB
CMYK
RGB Variations
Color information
#49EEB6 (or 0x49EEB6) is known color: Turquoise. HEX triplet: 49, EE and B6. RGB value is (73,238,182). Sum of RGB (Red+Green+Blue) = 73+238+182=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEB6 is #B61149. Grayscale: #B6B6B6. Windows color (decimal): -11931978 or 11988553. OLE color: 11988553.
HSL color Cylindrical-coordinate representation of color #49EEB6: hue angle of 159.64º 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 #49EEB6 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 182 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.07 |
| HSL | 159.64º | 0.83% | 0.61% | - |
| HSV(B) | 159.64º | 0.69% | 0.93% | - |
| XYZ | 41.77 | 65.94 | 54.78 | - |
| YUV | 182.28 | 127.84 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 182 | 0.69 | 0 | 0.24 | 0.07 | 159.64 | 0.83 | 0.61 |
| Hex | 49 | EE | B6 | 45 | 0 | 18 | 7 | A0 | 53 | 3D |
| Octal | 111 | 356 | 266 | 105 | 0 | 30 | 7 | 240 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10110110 | 1000101 | 0 | 11000 | 111 | 10100000 | 1010011 | 111101 |
Color Harmonies of #49EEB6
Complementary color
Monochromatic Colors of #49EEB6
Black with #49EEB6
Text Example
Text Example
White with #49EEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEB6; }
p { color: rgb(73,238,182); }
H1.HeaderClassName
{
color: #49EEB6;
}
.AnyTagClassName
{
color: #49EEB6;
}
</style>
background-color css
<style>
a { background-color: #49EEB6; }
a { background-color: rgb(73,238,182); }
div.DivClassName
{
background-color: #49EEB6;
}
.BgClassName
{
background-color: #49EEB6;
}
</style>
border-color css
<style>
span { border-color: #49EEB6; }
span { border-color: rgb(73,238,182); }
td.TdClassName
{
border-color: #49EEB6;
}
.TagClassName
{
border-color: #49EEB6;
}
</style>