Shades of Turquoise #4FFAE7
Tints of Turquoise #4FFAE7
RGB
CMYK
RGB Variations
Color information
#4FFAE7 (or 0x4FFAE7) is known color: Turquoise. HEX triplet: 4F, FA and E7. RGB value is (79,250,231). Sum of RGB (Red+Green+Blue) = 79+250+231=560 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.11% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAE7 is #B00518. Grayscale: #C4C4C4. Windows color (decimal): -11535641 or 15202895. OLE color: 15202895.
HSL color Cylindrical-coordinate representation of color #4FFAE7: hue angle of 173.33º 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 #4FFAE7 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 231 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.02 |
| HSL | 173.33º | 0.94% | 0.65% | - |
| HSV(B) | 173.33º | 0.68% | 0.98% | - |
| XYZ | 51.83 | 75.8 | 87.5 | - |
| YUV | 196.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 231 | 0.68 | 0 | 0.08 | 0.02 | 173.33 | 0.94 | 0.65 |
| Hex | 4F | FA | E7 | 44 | 0 | 8 | 2 | AD | 5E | 41 |
| Octal | 117 | 372 | 347 | 104 | 0 | 10 | 2 | 255 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11100111 | 1000100 | 0 | 1000 | 10 | 10101101 | 1011110 | 1000001 |
Color Harmonies of #4FFAE7
Complementary color
Monochromatic Colors of #4FFAE7
Black with #4FFAE7
Text Example
Text Example
White with #4FFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAE7; }
p { color: rgb(79,250,231); }
H1.HeaderClassName
{
color: #4FFAE7;
}
.AnyTagClassName
{
color: #4FFAE7;
}
</style>
background-color css
<style>
a { background-color: #4FFAE7; }
a { background-color: rgb(79,250,231); }
div.DivClassName
{
background-color: #4FFAE7;
}
.BgClassName
{
background-color: #4FFAE7;
}
</style>
border-color css
<style>
span { border-color: #4FFAE7; }
span { border-color: rgb(79,250,231); }
td.TdClassName
{
border-color: #4FFAE7;
}
.TagClassName
{
border-color: #4FFAE7;
}
</style>