Shades of Turquoise #49EDDC
Tints of Turquoise #49EDDC
RGB
CMYK
RGB Variations
Color information
#49EDDC (or 0x49EDDC) is known color: Turquoise. HEX triplet: 49, ED and DC. RGB value is (73,237,220). Sum of RGB (Red+Green+Blue) = 73+237+220=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDDC is #B61223. Grayscale: #B9B9B9. Windows color (decimal): -11932196 or 14478665. OLE color: 14478665.
HSL color Cylindrical-coordinate representation of color #49EDDC: hue angle of 173.78º 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 #49EDDC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 220 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.07 |
| HSL | 173.78º | 0.82% | 0.61% | - |
| HSV(B) | 173.78º | 0.69% | 0.93% | - |
| XYZ | 45.95 | 67.15 | 78.25 | - |
| YUV | 186.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 220 | 0.69 | 0 | 0.07 | 0.07 | 173.78 | 0.82 | 0.61 |
| Hex | 49 | ED | DC | 45 | 0 | 7 | 7 | AE | 52 | 3D |
| Octal | 111 | 355 | 334 | 105 | 0 | 7 | 7 | 256 | 122 | 75 |
| Binary | 1001001 | 11101101 | 11011100 | 1000101 | 0 | 111 | 111 | 10101110 | 1010010 | 111101 |
Color Harmonies of #49EDDC
Complementary color
Monochromatic Colors of #49EDDC
Black with #49EDDC
Text Example
Text Example
White with #49EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDDC; }
p { color: rgb(73,237,220); }
H1.HeaderClassName
{
color: #49EDDC;
}
.AnyTagClassName
{
color: #49EDDC;
}
</style>
background-color css
<style>
a { background-color: #49EDDC; }
a { background-color: rgb(73,237,220); }
div.DivClassName
{
background-color: #49EDDC;
}
.BgClassName
{
background-color: #49EDDC;
}
</style>
border-color css
<style>
span { border-color: #49EDDC; }
span { border-color: rgb(73,237,220); }
td.TdClassName
{
border-color: #49EDDC;
}
.TagClassName
{
border-color: #49EDDC;
}
</style>