Shades of Turquoise #49DFCE
Tints of Turquoise #49DFCE
RGB
CMYK
RGB Variations
Color information
#49DFCE (or 0x49DFCE) is known color: Turquoise. HEX triplet: 49, DF and CE. RGB value is (73,223,206). Sum of RGB (Red+Green+Blue) = 73+223+206=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFCE is #B62031. Grayscale: #B0B0B0. Windows color (decimal): -11935794 or 13557577. OLE color: 13557577.
HSL color Cylindrical-coordinate representation of color #49DFCE: hue angle of 173.2º 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 #49DFCE is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 206 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.13 |
| HSL | 173.2º | 0.7% | 0.58% | - |
| HSV(B) | 173.2º | 0.67% | 0.87% | - |
| XYZ | 40.28 | 58.65 | 67.59 | - |
| YUV | 176.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 206 | 0.67 | 0 | 0.08 | 0.13 | 173.2 | 0.7 | 0.58 |
| Hex | 49 | DF | CE | 43 | 0 | 8 | D | AD | 46 | 3A |
| Octal | 111 | 337 | 316 | 103 | 0 | 10 | 15 | 255 | 106 | 72 |
| Binary | 1001001 | 11011111 | 11001110 | 1000011 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111010 |
Color Harmonies of #49DFCE
Complementary color
Monochromatic Colors of #49DFCE
Black with #49DFCE
Text Example
Text Example
White with #49DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFCE; }
p { color: rgb(73,223,206); }
H1.HeaderClassName
{
color: #49DFCE;
}
.AnyTagClassName
{
color: #49DFCE;
}
</style>
background-color css
<style>
a { background-color: #49DFCE; }
a { background-color: rgb(73,223,206); }
div.DivClassName
{
background-color: #49DFCE;
}
.BgClassName
{
background-color: #49DFCE;
}
</style>
border-color css
<style>
span { border-color: #49DFCE; }
span { border-color: rgb(73,223,206); }
td.TdClassName
{
border-color: #49DFCE;
}
.TagClassName
{
border-color: #49DFCE;
}
</style>