Shades of Turquoise #49FCC8
Tints of Turquoise #49FCC8
RGB
CMYK
RGB Variations
Color information
#49FCC8 (or 0x49FCC8) is known color: Turquoise. HEX triplet: 49, FC and C8. RGB value is (73,252,200). Sum of RGB (Red+Green+Blue) = 73+252+200=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCC8 is #B60337. Grayscale: #C0C0C0. Windows color (decimal): -11928376 or 13171785. OLE color: 13171785.
HSL color Cylindrical-coordinate representation of color #49FCC8: hue angle of 162.57º 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 #49FCC8 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 200 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.01 |
| HSL | 162.57º | 0.97% | 0.64% | - |
| HSV(B) | 162.57º | 0.71% | 0.99% | - |
| XYZ | 47.98 | 75.21 | 66.63 | - |
| YUV | 192.55 | 132.2 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 200 | 0.71 | 0 | 0.21 | 0.01 | 162.57 | 0.97 | 0.64 |
| Hex | 49 | FC | C8 | 47 | 0 | 15 | 1 | A3 | 61 | 40 |
| Octal | 111 | 374 | 310 | 107 | 0 | 25 | 1 | 243 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11001000 | 1000111 | 0 | 10101 | 1 | 10100011 | 1100001 | 1000000 |
Color Harmonies of #49FCC8
Complementary color
Monochromatic Colors of #49FCC8
Black with #49FCC8
Text Example
Text Example
White with #49FCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCC8; }
p { color: rgb(73,252,200); }
H1.HeaderClassName
{
color: #49FCC8;
}
.AnyTagClassName
{
color: #49FCC8;
}
</style>
background-color css
<style>
a { background-color: #49FCC8; }
a { background-color: rgb(73,252,200); }
div.DivClassName
{
background-color: #49FCC8;
}
.BgClassName
{
background-color: #49FCC8;
}
</style>
border-color css
<style>
span { border-color: #49FCC8; }
span { border-color: rgb(73,252,200); }
td.TdClassName
{
border-color: #49FCC8;
}
.TagClassName
{
border-color: #49FCC8;
}
</style>