Shades of Turquoise #49EDDB
Tints of Turquoise #49EDDB
RGB
CMYK
RGB Variations
Color information
#49EDDB (or 0x49EDDB) is known color: Turquoise. HEX triplet: 49, ED and DB. RGB value is (73,237,219). Sum of RGB (Red+Green+Blue) = 73+237+219=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDDB is #B61224. Grayscale: #B9B9B9. Windows color (decimal): -11932197 or 14413129. OLE color: 14413129.
HSL color Cylindrical-coordinate representation of color #49EDDB: hue angle of 173.41º 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 #49EDDB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 219 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.07 |
| HSL | 173.41º | 0.82% | 0.61% | - |
| HSV(B) | 173.41º | 0.69% | 0.93% | - |
| XYZ | 45.82 | 67.1 | 77.55 | - |
| YUV | 185.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 219 | 0.69 | 0 | 0.08 | 0.07 | 173.41 | 0.82 | 0.61 |
| Hex | 49 | ED | DB | 45 | 0 | 8 | 7 | AD | 52 | 3D |
| Octal | 111 | 355 | 333 | 105 | 0 | 10 | 7 | 255 | 122 | 75 |
| Binary | 1001001 | 11101101 | 11011011 | 1000101 | 0 | 1000 | 111 | 10101101 | 1010010 | 111101 |
Color Harmonies of #49EDDB
Complementary color
Monochromatic Colors of #49EDDB
Black with #49EDDB
Text Example
Text Example
White with #49EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDDB; }
p { color: rgb(73,237,219); }
H1.HeaderClassName
{
color: #49EDDB;
}
.AnyTagClassName
{
color: #49EDDB;
}
</style>
background-color css
<style>
a { background-color: #49EDDB; }
a { background-color: rgb(73,237,219); }
div.DivClassName
{
background-color: #49EDDB;
}
.BgClassName
{
background-color: #49EDDB;
}
</style>
border-color css
<style>
span { border-color: #49EDDB; }
span { border-color: rgb(73,237,219); }
td.TdClassName
{
border-color: #49EDDB;
}
.TagClassName
{
border-color: #49EDDB;
}
</style>