Shades of Turquoise #4FFACC
Tints of Turquoise #4FFACC
RGB
CMYK
RGB Variations
Color information
#4FFACC (or 0x4FFACC) is known color: Turquoise. HEX triplet: 4F, FA and CC. RGB value is (79,250,204). Sum of RGB (Red+Green+Blue) = 79+250+204=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFACC is #B00533. Grayscale: #C1C1C1. Windows color (decimal): -11535668 or 13433423. OLE color: 13433423.
HSL color Cylindrical-coordinate representation of color #4FFACC: hue angle of 163.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFACC is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 204 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.02 |
| HSL | 163.86º | 0.94% | 0.65% | - |
| HSV(B) | 163.86º | 0.68% | 0.98% | - |
| XYZ | 48.31 | 74.39 | 68.94 | - |
| YUV | 193.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 204 | 0.68 | 0 | 0.18 | 0.02 | 163.86 | 0.94 | 0.65 |
| Hex | 4F | FA | CC | 44 | 0 | 12 | 2 | A4 | 5E | 41 |
| Octal | 117 | 372 | 314 | 104 | 0 | 22 | 2 | 244 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11001100 | 1000100 | 0 | 10010 | 10 | 10100100 | 1011110 | 1000001 |
Color Harmonies of #4FFACC
Complementary color
Monochromatic Colors of #4FFACC
Black with #4FFACC
Text Example
Text Example
White with #4FFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFACC; }
p { color: rgb(79,250,204); }
H1.HeaderClassName
{
color: #4FFACC;
}
.AnyTagClassName
{
color: #4FFACC;
}
</style>
background-color css
<style>
a { background-color: #4FFACC; }
a { background-color: rgb(79,250,204); }
div.DivClassName
{
background-color: #4FFACC;
}
.BgClassName
{
background-color: #4FFACC;
}
</style>
border-color css
<style>
span { border-color: #4FFACC; }
span { border-color: rgb(79,250,204); }
td.TdClassName
{
border-color: #4FFACC;
}
.TagClassName
{
border-color: #4FFACC;
}
</style>