Shades of Turquoise #49FFDF
Tints of Turquoise #49FFDF
RGB
CMYK
RGB Variations
Color information
#49FFDF (or 0x49FFDF) is known color: Turquoise. HEX triplet: 49, FF and DF. RGB value is (73,255,223). Sum of RGB (Red+Green+Blue) = 73+255+223=551 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.25% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFDF is #B60020. Grayscale: #C4C4C4. Windows color (decimal): -11927585 or 14679881. OLE color: 14679881.
HSL color Cylindrical-coordinate representation of color #49FFDF: hue angle of 169.45º 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 #49FFDF is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 223 | - |
| CMYK | 0.71 | 0 | 0.13 | 0 |
| HSL | 169.45º | 1% | 0.64% | - |
| HSV(B) | 169.45º | 0.71% | 1% | - |
| XYZ | 51.83 | 78.26 | 82.19 | - |
| YUV | 196.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 223 | 0.71 | 0 | 0.13 | 0 | 169.45 | 1 | 0.64 |
| Hex | 49 | FF | DF | 47 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 111 | 377 | 337 | 107 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11011111 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #49FFDF
Complementary color
Monochromatic Colors of #49FFDF
Black with #49FFDF
Text Example
Text Example
White with #49FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFDF; }
p { color: rgb(73,255,223); }
H1.HeaderClassName
{
color: #49FFDF;
}
.AnyTagClassName
{
color: #49FFDF;
}
</style>
background-color css
<style>
a { background-color: #49FFDF; }
a { background-color: rgb(73,255,223); }
div.DivClassName
{
background-color: #49FFDF;
}
.BgClassName
{
background-color: #49FFDF;
}
</style>
border-color css
<style>
span { border-color: #49FFDF; }
span { border-color: rgb(73,255,223); }
td.TdClassName
{
border-color: #49FFDF;
}
.TagClassName
{
border-color: #49FFDF;
}
</style>