Shades of Turquoise #49EDD5
Tints of Turquoise #49EDD5
RGB
CMYK
RGB Variations
Color information
#49EDD5 (or 0x49EDD5) is known color: Turquoise. HEX triplet: 49, ED and D5. RGB value is (73,237,213). Sum of RGB (Red+Green+Blue) = 73+237+213=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDD5 is #B6122A. Grayscale: #B9B9B9. Windows color (decimal): -11932203 or 14019913. OLE color: 14019913.
HSL color Cylindrical-coordinate representation of color #49EDD5: hue angle of 171.22º 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 #49EDD5 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 213 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.07 |
| HSL | 171.22º | 0.82% | 0.61% | - |
| HSV(B) | 171.22º | 0.69% | 0.93% | - |
| XYZ | 45.04 | 66.79 | 73.47 | - |
| YUV | 185.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 213 | 0.69 | 0 | 0.10 | 0.07 | 171.22 | 0.82 | 0.61 |
| Hex | 49 | ED | D5 | 45 | 0 | A | 7 | AB | 52 | 3D |
| Octal | 111 | 355 | 325 | 105 | 0 | 12 | 7 | 253 | 122 | 75 |
| Binary | 1001001 | 11101101 | 11010101 | 1000101 | 0 | 1010 | 111 | 10101011 | 1010010 | 111101 |
Color Harmonies of #49EDD5
Complementary color
Monochromatic Colors of #49EDD5
Black with #49EDD5
Text Example
Text Example
White with #49EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDD5; }
p { color: rgb(73,237,213); }
H1.HeaderClassName
{
color: #49EDD5;
}
.AnyTagClassName
{
color: #49EDD5;
}
</style>
background-color css
<style>
a { background-color: #49EDD5; }
a { background-color: rgb(73,237,213); }
div.DivClassName
{
background-color: #49EDD5;
}
.BgClassName
{
background-color: #49EDD5;
}
</style>
border-color css
<style>
span { border-color: #49EDD5; }
span { border-color: rgb(73,237,213); }
td.TdClassName
{
border-color: #49EDD5;
}
.TagClassName
{
border-color: #49EDD5;
}
</style>