Shades of Turquoise #49FFDD
Tints of Turquoise #49FFDD
RGB
CMYK
RGB Variations
Color information
#49FFDD (or 0x49FFDD) is known color: Turquoise. HEX triplet: 49, FF and DD. RGB value is (73,255,221). Sum of RGB (Red+Green+Blue) = 73+255+221=549 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.30% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFDD is #B60022. Grayscale: #C4C4C4. Windows color (decimal): -11927587 or 14548809. OLE color: 14548809.
HSL color Cylindrical-coordinate representation of color #49FFDD: hue angle of 168.79º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFDD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 221 | - |
| CMYK | 0.71 | 0 | 0.13 | 0 |
| HSL | 168.79º | 1% | 0.64% | - |
| HSV(B) | 168.79º | 0.71% | 1% | - |
| XYZ | 51.56 | 78.16 | 80.77 | - |
| YUV | 196.71 | 141.7 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 221 | 0.71 | 0 | 0.13 | 0 | 168.79 | 1 | 0.64 |
| Hex | 49 | FF | DD | 47 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 111 | 377 | 335 | 107 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11011101 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #49FFDD
Complementary color
Monochromatic Colors of #49FFDD
Black with #49FFDD
Text Example
Text Example
White with #49FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFDD; }
p { color: rgb(73,255,221); }
H1.HeaderClassName
{
color: #49FFDD;
}
.AnyTagClassName
{
color: #49FFDD;
}
</style>
background-color css
<style>
a { background-color: #49FFDD; }
a { background-color: rgb(73,255,221); }
div.DivClassName
{
background-color: #49FFDD;
}
.BgClassName
{
background-color: #49FFDD;
}
</style>
border-color css
<style>
span { border-color: #49FFDD; }
span { border-color: rgb(73,255,221); }
td.TdClassName
{
border-color: #49FFDD;
}
.TagClassName
{
border-color: #49FFDD;
}
</style>