Shades of Turquoise #49FCC0
Tints of Turquoise #49FCC0
RGB
CMYK
RGB Variations
Color information
#49FCC0 (or 0x49FCC0) is known color: Turquoise. HEX triplet: 49, FC and C0. RGB value is (73,252,192). Sum of RGB (Red+Green+Blue) = 73+252+192=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCC0 is #B6033F. Grayscale: #BFBFBF. Windows color (decimal): -11928384 or 12647497. OLE color: 12647497.
HSL color Cylindrical-coordinate representation of color #49FCC0: hue angle of 159.89º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCC0 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 192 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.01 |
| HSL | 159.89º | 0.97% | 0.64% | - |
| HSV(B) | 159.89º | 0.71% | 0.99% | - |
| XYZ | 47.07 | 74.84 | 61.83 | - |
| YUV | 191.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 192 | 0.71 | 0 | 0.24 | 0.01 | 159.89 | 0.97 | 0.64 |
| Hex | 49 | FC | C0 | 47 | 0 | 18 | 1 | A0 | 61 | 40 |
| Octal | 111 | 374 | 300 | 107 | 0 | 30 | 1 | 240 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11000000 | 1000111 | 0 | 11000 | 1 | 10100000 | 1100001 | 1000000 |
Color Harmonies of #49FCC0
Complementary color
Monochromatic Colors of #49FCC0
Black with #49FCC0
Text Example
Text Example
White with #49FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCC0; }
p { color: rgb(73,252,192); }
H1.HeaderClassName
{
color: #49FCC0;
}
.AnyTagClassName
{
color: #49FCC0;
}
</style>
background-color css
<style>
a { background-color: #49FCC0; }
a { background-color: rgb(73,252,192); }
div.DivClassName
{
background-color: #49FCC0;
}
.BgClassName
{
background-color: #49FCC0;
}
</style>
border-color css
<style>
span { border-color: #49FCC0; }
span { border-color: rgb(73,252,192); }
td.TdClassName
{
border-color: #49FCC0;
}
.TagClassName
{
border-color: #49FCC0;
}
</style>