Shades of Turquoise #49EDB5
Tints of Turquoise #49EDB5
RGB
CMYK
RGB Variations
Color information
#49EDB5 (or 0x49EDB5) is known color: Turquoise. HEX triplet: 49, ED and B5. RGB value is (73,237,181). Sum of RGB (Red+Green+Blue) = 73+237+181=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDB5 is #B6124A. Grayscale: #B5B5B5. Windows color (decimal): -11932235 or 11922761. OLE color: 11922761.
HSL color Cylindrical-coordinate representation of color #49EDB5: hue angle of 159.51º 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 #49EDB5 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 181 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.07 |
| HSL | 159.51º | 0.82% | 0.61% | - |
| HSV(B) | 159.51º | 0.69% | 0.93% | - |
| XYZ | 41.37 | 65.32 | 54.14 | - |
| YUV | 181.58 | 127.67 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 181 | 0.69 | 0 | 0.24 | 0.07 | 159.51 | 0.82 | 0.61 |
| Hex | 49 | ED | B5 | 45 | 0 | 18 | 7 | A0 | 52 | 3D |
| Octal | 111 | 355 | 265 | 105 | 0 | 30 | 7 | 240 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10110101 | 1000101 | 0 | 11000 | 111 | 10100000 | 1010010 | 111101 |
Color Harmonies of #49EDB5
Complementary color
Monochromatic Colors of #49EDB5
Black with #49EDB5
Text Example
Text Example
White with #49EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDB5; }
p { color: rgb(73,237,181); }
H1.HeaderClassName
{
color: #49EDB5;
}
.AnyTagClassName
{
color: #49EDB5;
}
</style>
background-color css
<style>
a { background-color: #49EDB5; }
a { background-color: rgb(73,237,181); }
div.DivClassName
{
background-color: #49EDB5;
}
.BgClassName
{
background-color: #49EDB5;
}
</style>
border-color css
<style>
span { border-color: #49EDB5; }
span { border-color: rgb(73,237,181); }
td.TdClassName
{
border-color: #49EDB5;
}
.TagClassName
{
border-color: #49EDB5;
}
</style>