Shades of Turquoise #49EDB8
Tints of Turquoise #49EDB8
RGB
CMYK
RGB Variations
Color information
#49EDB8 (or 0x49EDB8) is known color: Turquoise. HEX triplet: 49, ED and B8. RGB value is (73,237,184). Sum of RGB (Red+Green+Blue) = 73+237+184=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDB8 is #B61247. Grayscale: #B5B5B5. Windows color (decimal): -11932232 or 12119369. OLE color: 12119369.
HSL color Cylindrical-coordinate representation of color #49EDB8: hue angle of 160.61º 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 #49EDB8 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 184 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.07 |
| HSL | 160.61º | 0.82% | 0.61% | - |
| HSV(B) | 160.61º | 0.69% | 0.93% | - |
| XYZ | 41.68 | 65.45 | 55.78 | - |
| YUV | 181.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 184 | 0.69 | 0 | 0.22 | 0.07 | 160.61 | 0.82 | 0.61 |
| Hex | 49 | ED | B8 | 45 | 0 | 16 | 7 | A1 | 52 | 3D |
| Octal | 111 | 355 | 270 | 105 | 0 | 26 | 7 | 241 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10111000 | 1000101 | 0 | 10110 | 111 | 10100001 | 1010010 | 111101 |
Color Harmonies of #49EDB8
Complementary color
Monochromatic Colors of #49EDB8
Black with #49EDB8
Text Example
Text Example
White with #49EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDB8; }
p { color: rgb(73,237,184); }
H1.HeaderClassName
{
color: #49EDB8;
}
.AnyTagClassName
{
color: #49EDB8;
}
</style>
background-color css
<style>
a { background-color: #49EDB8; }
a { background-color: rgb(73,237,184); }
div.DivClassName
{
background-color: #49EDB8;
}
.BgClassName
{
background-color: #49EDB8;
}
</style>
border-color css
<style>
span { border-color: #49EDB8; }
span { border-color: rgb(73,237,184); }
td.TdClassName
{
border-color: #49EDB8;
}
.TagClassName
{
border-color: #49EDB8;
}
</style>