Shades of Turquoise #49F5DF
Tints of Turquoise #49F5DF
RGB
CMYK
RGB Variations
Color information
#49F5DF (or 0x49F5DF) is known color: Turquoise. HEX triplet: 49, F5 and DF. RGB value is (73,245,223). Sum of RGB (Red+Green+Blue) = 73+245+223=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5DF is #B60A20. Grayscale: #BEBEBE. Windows color (decimal): -11930145 or 14677321. OLE color: 14677321.
HSL color Cylindrical-coordinate representation of color #49F5DF: hue angle of 172.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F5DF is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 223 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.04 |
| HSL | 172.33º | 0.9% | 0.62% | - |
| HSV(B) | 172.33º | 0.7% | 0.96% | - |
| XYZ | 48.72 | 72.05 | 81.15 | - |
| YUV | 191.06 | 146.02 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 223 | 0.70 | 0 | 0.09 | 0.04 | 172.33 | 0.9 | 0.62 |
| Hex | 49 | F5 | DF | 46 | 0 | 9 | 4 | AC | 5A | 3E |
| Octal | 111 | 365 | 337 | 106 | 0 | 11 | 4 | 254 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11011111 | 1000110 | 0 | 1001 | 100 | 10101100 | 1011010 | 111110 |
Color Harmonies of #49F5DF
Complementary color
Monochromatic Colors of #49F5DF
Black with #49F5DF
Text Example
Text Example
White with #49F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5DF; }
p { color: rgb(73,245,223); }
H1.HeaderClassName
{
color: #49F5DF;
}
.AnyTagClassName
{
color: #49F5DF;
}
</style>
background-color css
<style>
a { background-color: #49F5DF; }
a { background-color: rgb(73,245,223); }
div.DivClassName
{
background-color: #49F5DF;
}
.BgClassName
{
background-color: #49F5DF;
}
</style>
border-color css
<style>
span { border-color: #49F5DF; }
span { border-color: rgb(73,245,223); }
td.TdClassName
{
border-color: #49F5DF;
}
.TagClassName
{
border-color: #49F5DF;
}
</style>