Shades of Turquoise #4FFCE4
Tints of Turquoise #4FFCE4
RGB
CMYK
RGB Variations
Color information
#4FFCE4 (or 0x4FFCE4) is known color: Turquoise. HEX triplet: 4F, FC and E4. RGB value is (79,252,228). Sum of RGB (Red+Green+Blue) = 79+252+228=559 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.13% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCE4 is #B0031B. Grayscale: #C5C5C5. Windows color (decimal): -11535132 or 15006799. OLE color: 15006799.
HSL color Cylindrical-coordinate representation of color #4FFCE4: hue angle of 171.68º 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 #4FFCE4 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 228 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.01 |
| HSL | 171.68º | 0.97% | 0.65% | - |
| HSV(B) | 171.68º | 0.69% | 0.99% | - |
| XYZ | 52.04 | 76.88 | 85.5 | - |
| YUV | 197.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 228 | 0.69 | 0 | 0.10 | 0.01 | 171.68 | 0.97 | 0.65 |
| Hex | 4F | FC | E4 | 45 | 0 | A | 1 | AC | 61 | 41 |
| Octal | 117 | 374 | 344 | 105 | 0 | 12 | 1 | 254 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11100100 | 1000101 | 0 | 1010 | 1 | 10101100 | 1100001 | 1000001 |
Color Harmonies of #4FFCE4
Complementary color
Monochromatic Colors of #4FFCE4
Black with #4FFCE4
Text Example
Text Example
White with #4FFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCE4; }
p { color: rgb(79,252,228); }
H1.HeaderClassName
{
color: #4FFCE4;
}
.AnyTagClassName
{
color: #4FFCE4;
}
</style>
background-color css
<style>
a { background-color: #4FFCE4; }
a { background-color: rgb(79,252,228); }
div.DivClassName
{
background-color: #4FFCE4;
}
.BgClassName
{
background-color: #4FFCE4;
}
</style>
border-color css
<style>
span { border-color: #4FFCE4; }
span { border-color: rgb(79,252,228); }
td.TdClassName
{
border-color: #4FFCE4;
}
.TagClassName
{
border-color: #4FFCE4;
}
</style>