Shades of Turquoise #4FFACF
Tints of Turquoise #4FFACF
RGB
CMYK
RGB Variations
Color information
#4FFACF (or 0x4FFACF) is known color: Turquoise. HEX triplet: 4F, FA and CF. RGB value is (79,250,207). Sum of RGB (Red+Green+Blue) = 79+250+207=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFACF is #B00530. Grayscale: #C1C1C1. Windows color (decimal): -11535665 or 13630031. OLE color: 13630031.
HSL color Cylindrical-coordinate representation of color #4FFACF: hue angle of 164.91º 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 #4FFACF is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 207 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.02 |
| HSL | 164.91º | 0.94% | 0.65% | - |
| HSV(B) | 164.91º | 0.68% | 0.98% | - |
| XYZ | 48.67 | 74.54 | 70.85 | - |
| YUV | 193.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 207 | 0.68 | 0 | 0.17 | 0.02 | 164.91 | 0.94 | 0.65 |
| Hex | 4F | FA | CF | 44 | 0 | 11 | 2 | A5 | 5E | 41 |
| Octal | 117 | 372 | 317 | 104 | 0 | 21 | 2 | 245 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11001111 | 1000100 | 0 | 10001 | 10 | 10100101 | 1011110 | 1000001 |
Color Harmonies of #4FFACF
Complementary color
Monochromatic Colors of #4FFACF
Black with #4FFACF
Text Example
Text Example
White with #4FFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFACF; }
p { color: rgb(79,250,207); }
H1.HeaderClassName
{
color: #4FFACF;
}
.AnyTagClassName
{
color: #4FFACF;
}
</style>
background-color css
<style>
a { background-color: #4FFACF; }
a { background-color: rgb(79,250,207); }
div.DivClassName
{
background-color: #4FFACF;
}
.BgClassName
{
background-color: #4FFACF;
}
</style>
border-color css
<style>
span { border-color: #4FFACF; }
span { border-color: rgb(79,250,207); }
td.TdClassName
{
border-color: #4FFACF;
}
.TagClassName
{
border-color: #4FFACF;
}
</style>