Shades of Turquoise #49DFD4
Tints of Turquoise #49DFD4
RGB
CMYK
RGB Variations
Color information
#49DFD4 (or 0x49DFD4) is known color: Turquoise. HEX triplet: 49, DF and D4. RGB value is (73,223,212). Sum of RGB (Red+Green+Blue) = 73+223+212=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFD4 is #B6202B. Grayscale: #B0B0B0. Windows color (decimal): -11935788 or 13950793. OLE color: 13950793.
HSL color Cylindrical-coordinate representation of color #49DFD4: hue angle of 175.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFD4 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 212 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.13 |
| HSL | 175.6º | 0.7% | 0.58% | - |
| HSV(B) | 175.6º | 0.67% | 0.87% | - |
| XYZ | 41.02 | 58.95 | 71.5 | - |
| YUV | 176.9 | 147.81 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 212 | 0.67 | 0 | 0.05 | 0.13 | 175.6 | 0.7 | 0.58 |
| Hex | 49 | DF | D4 | 43 | 0 | 5 | D | B0 | 46 | 3A |
| Octal | 111 | 337 | 324 | 103 | 0 | 5 | 15 | 260 | 106 | 72 |
| Binary | 1001001 | 11011111 | 11010100 | 1000011 | 0 | 101 | 1101 | 10110000 | 1000110 | 111010 |
Color Harmonies of #49DFD4
Complementary color
Monochromatic Colors of #49DFD4
Black with #49DFD4
Text Example
Text Example
White with #49DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFD4; }
p { color: rgb(73,223,212); }
H1.HeaderClassName
{
color: #49DFD4;
}
.AnyTagClassName
{
color: #49DFD4;
}
</style>
background-color css
<style>
a { background-color: #49DFD4; }
a { background-color: rgb(73,223,212); }
div.DivClassName
{
background-color: #49DFD4;
}
.BgClassName
{
background-color: #49DFD4;
}
</style>
border-color css
<style>
span { border-color: #49DFD4; }
span { border-color: rgb(73,223,212); }
td.TdClassName
{
border-color: #49DFD4;
}
.TagClassName
{
border-color: #49DFD4;
}
</style>