Shades of Turquoise #49EDB0
Tints of Turquoise #49EDB0
RGB
CMYK
RGB Variations
Color information
#49EDB0 (or 0x49EDB0) is known color: Turquoise. HEX triplet: 49, ED and B0. RGB value is (73,237,176). Sum of RGB (Red+Green+Blue) = 73+237+176=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDB0 is #B6124F. Grayscale: #B5B5B5. Windows color (decimal): -11932240 or 11595081. OLE color: 11595081.
HSL color Cylindrical-coordinate representation of color #49EDB0: hue angle of 157.68º 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 #49EDB0 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 176 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.07 |
| HSL | 157.68º | 0.82% | 0.61% | - |
| HSV(B) | 157.68º | 0.69% | 0.93% | - |
| XYZ | 40.87 | 65.12 | 51.49 | - |
| YUV | 181.01 | 125.17 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 176 | 0.69 | 0 | 0.26 | 0.07 | 157.68 | 0.82 | 0.61 |
| Hex | 49 | ED | B0 | 45 | 0 | 1A | 7 | 9E | 52 | 3D |
| Octal | 111 | 355 | 260 | 105 | 0 | 32 | 7 | 236 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10110000 | 1000101 | 0 | 11010 | 111 | 10011110 | 1010010 | 111101 |
Color Harmonies of #49EDB0
Complementary color
Monochromatic Colors of #49EDB0
Black with #49EDB0
Text Example
Text Example
White with #49EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDB0; }
p { color: rgb(73,237,176); }
H1.HeaderClassName
{
color: #49EDB0;
}
.AnyTagClassName
{
color: #49EDB0;
}
</style>
background-color css
<style>
a { background-color: #49EDB0; }
a { background-color: rgb(73,237,176); }
div.DivClassName
{
background-color: #49EDB0;
}
.BgClassName
{
background-color: #49EDB0;
}
</style>
border-color css
<style>
span { border-color: #49EDB0; }
span { border-color: rgb(73,237,176); }
td.TdClassName
{
border-color: #49EDB0;
}
.TagClassName
{
border-color: #49EDB0;
}
</style>