Shades of Turquoise #49FACC
Tints of Turquoise #49FACC
RGB
CMYK
RGB Variations
Color information
#49FACC (or 0x49FACC) is known color: Turquoise. HEX triplet: 49, FA and CC. RGB value is (73,250,204). Sum of RGB (Red+Green+Blue) = 73+250+204=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #49FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FACC is #B60533. Grayscale: #BFBFBF. Windows color (decimal): -11928884 or 13433417. OLE color: 13433417.
HSL color Cylindrical-coordinate representation of color #49FACC: hue angle of 164.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FACC is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 204 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.02 |
| HSL | 164.41º | 0.95% | 0.63% | - |
| HSV(B) | 164.41º | 0.71% | 0.98% | - |
| XYZ | 47.83 | 74.15 | 68.92 | - |
| YUV | 191.83 | 134.86 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 204 | 0.71 | 0 | 0.18 | 0.02 | 164.41 | 0.95 | 0.63 |
| Hex | 49 | FA | CC | 47 | 0 | 12 | 2 | A4 | 5F | 3F |
| Octal | 111 | 372 | 314 | 107 | 0 | 22 | 2 | 244 | 137 | 77 |
| Binary | 1001001 | 11111010 | 11001100 | 1000111 | 0 | 10010 | 10 | 10100100 | 1011111 | 111111 |
Color Harmonies of #49FACC
Complementary color
Monochromatic Colors of #49FACC
Black with #49FACC
Text Example
Text Example
White with #49FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FACC; }
p { color: rgb(73,250,204); }
H1.HeaderClassName
{
color: #49FACC;
}
.AnyTagClassName
{
color: #49FACC;
}
</style>
background-color css
<style>
a { background-color: #49FACC; }
a { background-color: rgb(73,250,204); }
div.DivClassName
{
background-color: #49FACC;
}
.BgClassName
{
background-color: #49FACC;
}
</style>
border-color css
<style>
span { border-color: #49FACC; }
span { border-color: rgb(73,250,204); }
td.TdClassName
{
border-color: #49FACC;
}
.TagClassName
{
border-color: #49FACC;
}
</style>