Shades of Turquoise #49EDB1
Tints of Turquoise #49EDB1
RGB
CMYK
RGB Variations
Color information
#49EDB1 (or 0x49EDB1) is known color: Turquoise. HEX triplet: 49, ED and B1. RGB value is (73,237,177). Sum of RGB (Red+Green+Blue) = 73+237+177=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDB1 is #B6124E. Grayscale: #B5B5B5. Windows color (decimal): -11932239 or 11660617. OLE color: 11660617.
HSL color Cylindrical-coordinate representation of color #49EDB1: hue angle of 158.05º degrees, saturation: 0.82, 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 #49EDB1 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 177 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.07 |
| HSL | 158.05º | 0.82% | 0.61% | - |
| HSV(B) | 158.05º | 0.69% | 0.93% | - |
| XYZ | 40.97 | 65.16 | 52.01 | - |
| YUV | 181.12 | 125.67 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 177 | 0.69 | 0 | 0.25 | 0.07 | 158.05 | 0.82 | 0.61 |
| Hex | 49 | ED | B1 | 45 | 0 | 19 | 7 | 9E | 52 | 3D |
| Octal | 111 | 355 | 261 | 105 | 0 | 31 | 7 | 236 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10110001 | 1000101 | 0 | 11001 | 111 | 10011110 | 1010010 | 111101 |
Color Harmonies of #49EDB1
Complementary color
Monochromatic Colors of #49EDB1
Black with #49EDB1
Text Example
Text Example
White with #49EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDB1; }
p { color: rgb(73,237,177); }
H1.HeaderClassName
{
color: #49EDB1;
}
.AnyTagClassName
{
color: #49EDB1;
}
</style>
background-color css
<style>
a { background-color: #49EDB1; }
a { background-color: rgb(73,237,177); }
div.DivClassName
{
background-color: #49EDB1;
}
.BgClassName
{
background-color: #49EDB1;
}
</style>
border-color css
<style>
span { border-color: #49EDB1; }
span { border-color: rgb(73,237,177); }
td.TdClassName
{
border-color: #49EDB1;
}
.TagClassName
{
border-color: #49EDB1;
}
</style>