Shades of Turquoise #49DFC3
Tints of Turquoise #49DFC3
RGB
CMYK
RGB Variations
Color information
#49DFC3 (or 0x49DFC3) is known color: Turquoise. HEX triplet: 49, DF and C3. RGB value is (73,223,195). Sum of RGB (Red+Green+Blue) = 73+223+195=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFC3 is #B6203C. Grayscale: #AEAEAE. Windows color (decimal): -11935805 or 12836681. OLE color: 12836681.
HSL color Cylindrical-coordinate representation of color #49DFC3: hue angle of 168.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 #49DFC3 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 195 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.13 |
| HSL | 168.8º | 0.7% | 0.58% | - |
| HSV(B) | 168.8º | 0.67% | 0.87% | - |
| XYZ | 38.99 | 58.13 | 60.8 | - |
| YUV | 174.96 | 139.31 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 195 | 0.67 | 0 | 0.13 | 0.13 | 168.8 | 0.7 | 0.58 |
| Hex | 49 | DF | C3 | 43 | 0 | D | D | A9 | 46 | 3A |
| Octal | 111 | 337 | 303 | 103 | 0 | 15 | 15 | 251 | 106 | 72 |
| Binary | 1001001 | 11011111 | 11000011 | 1000011 | 0 | 1101 | 1101 | 10101001 | 1000110 | 111010 |
Color Harmonies of #49DFC3
Complementary color
Monochromatic Colors of #49DFC3
Black with #49DFC3
Text Example
Text Example
White with #49DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFC3; }
p { color: rgb(73,223,195); }
H1.HeaderClassName
{
color: #49DFC3;
}
.AnyTagClassName
{
color: #49DFC3;
}
</style>
background-color css
<style>
a { background-color: #49DFC3; }
a { background-color: rgb(73,223,195); }
div.DivClassName
{
background-color: #49DFC3;
}
.BgClassName
{
background-color: #49DFC3;
}
</style>
border-color css
<style>
span { border-color: #49DFC3; }
span { border-color: rgb(73,223,195); }
td.TdClassName
{
border-color: #49DFC3;
}
.TagClassName
{
border-color: #49DFC3;
}
</style>