Shades of Turquoise #49DFB4
Tints of Turquoise #49DFB4
RGB
CMYK
RGB Variations
Color information
#49DFB4 (or 0x49DFB4) is known color: Turquoise. HEX triplet: 49, DF and B4. RGB value is (73,223,180). Sum of RGB (Red+Green+Blue) = 73+223+180=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFB4 is #B6204B. Grayscale: #ADADAD. Windows color (decimal): -11935820 or 11853641. OLE color: 11853641.
HSL color Cylindrical-coordinate representation of color #49DFB4: hue angle of 162.8º 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 #49DFB4 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 180 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.13 |
| HSL | 162.8º | 0.7% | 0.58% | - |
| HSV(B) | 162.8º | 0.67% | 0.87% | - |
| XYZ | 37.37 | 57.49 | 52.31 | - |
| YUV | 173.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 180 | 0.67 | 0 | 0.19 | 0.13 | 162.8 | 0.7 | 0.58 |
| Hex | 49 | DF | B4 | 43 | 0 | 13 | D | A3 | 46 | 3A |
| Octal | 111 | 337 | 264 | 103 | 0 | 23 | 15 | 243 | 106 | 72 |
| Binary | 1001001 | 11011111 | 10110100 | 1000011 | 0 | 10011 | 1101 | 10100011 | 1000110 | 111010 |
Color Harmonies of #49DFB4
Complementary color
Monochromatic Colors of #49DFB4
Black with #49DFB4
Text Example
Text Example
White with #49DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFB4; }
p { color: rgb(73,223,180); }
H1.HeaderClassName
{
color: #49DFB4;
}
.AnyTagClassName
{
color: #49DFB4;
}
</style>
background-color css
<style>
a { background-color: #49DFB4; }
a { background-color: rgb(73,223,180); }
div.DivClassName
{
background-color: #49DFB4;
}
.BgClassName
{
background-color: #49DFB4;
}
</style>
border-color css
<style>
span { border-color: #49DFB4; }
span { border-color: rgb(73,223,180); }
td.TdClassName
{
border-color: #49DFB4;
}
.TagClassName
{
border-color: #49DFB4;
}
</style>