Shades of Turquoise #4FFCE7
Tints of Turquoise #4FFCE7
RGB
CMYK
RGB Variations
Color information
#4FFCE7 (or 0x4FFCE7) is known color: Turquoise. HEX triplet: 4F, FC and E7. RGB value is (79,252,231). Sum of RGB (Red+Green+Blue) = 79+252+231=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCE7 is #B00318. Grayscale: #C5C5C5. Windows color (decimal): -11535129 or 15203407. OLE color: 15203407.
HSL color Cylindrical-coordinate representation of color #4FFCE7: hue angle of 172.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCE7 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 231 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.01 |
| HSL | 172.72º | 0.97% | 0.65% | - |
| HSV(B) | 172.72º | 0.69% | 0.99% | - |
| XYZ | 52.46 | 77.05 | 87.71 | - |
| YUV | 197.88 | 146.69 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 231 | 0.69 | 0 | 0.08 | 0.01 | 172.72 | 0.97 | 0.65 |
| Hex | 4F | FC | E7 | 45 | 0 | 8 | 1 | AD | 61 | 41 |
| Octal | 117 | 374 | 347 | 105 | 0 | 10 | 1 | 255 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11100111 | 1000101 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000001 |
Color Harmonies of #4FFCE7
Complementary color
Monochromatic Colors of #4FFCE7
Black with #4FFCE7
Text Example
Text Example
White with #4FFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCE7; }
p { color: rgb(79,252,231); }
H1.HeaderClassName
{
color: #4FFCE7;
}
.AnyTagClassName
{
color: #4FFCE7;
}
</style>
background-color css
<style>
a { background-color: #4FFCE7; }
a { background-color: rgb(79,252,231); }
div.DivClassName
{
background-color: #4FFCE7;
}
.BgClassName
{
background-color: #4FFCE7;
}
</style>
border-color css
<style>
span { border-color: #4FFCE7; }
span { border-color: rgb(79,252,231); }
td.TdClassName
{
border-color: #4FFCE7;
}
.TagClassName
{
border-color: #4FFCE7;
}
</style>