Shades of Turquoise #4FFCE8
Tints of Turquoise #4FFCE8
RGB
CMYK
RGB Variations
Color information
#4FFCE8 (or 0x4FFCE8) is known color: Turquoise. HEX triplet: 4F, FC and E8. RGB value is (79,252,232). Sum of RGB (Red+Green+Blue) = 79+252+232=563 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.03% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCE8 is #B00317. Grayscale: #C5C5C5. Windows color (decimal): -11535128 or 15268943. OLE color: 15268943.
HSL color Cylindrical-coordinate representation of color #4FFCE8: hue angle of 173.06º 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 #4FFCE8 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 232 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.01 |
| HSL | 173.06º | 0.97% | 0.65% | - |
| HSV(B) | 173.06º | 0.69% | 0.99% | - |
| XYZ | 52.6 | 77.11 | 88.46 | - |
| YUV | 197.99 | 147.19 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 232 | 0.69 | 0 | 0.08 | 0.01 | 173.06 | 0.97 | 0.65 |
| Hex | 4F | FC | E8 | 45 | 0 | 8 | 1 | AD | 61 | 41 |
| Octal | 117 | 374 | 350 | 105 | 0 | 10 | 1 | 255 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11101000 | 1000101 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000001 |
Color Harmonies of #4FFCE8
Complementary color
Monochromatic Colors of #4FFCE8
Black with #4FFCE8
Text Example
Text Example
White with #4FFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCE8; }
p { color: rgb(79,252,232); }
H1.HeaderClassName
{
color: #4FFCE8;
}
.AnyTagClassName
{
color: #4FFCE8;
}
</style>
background-color css
<style>
a { background-color: #4FFCE8; }
a { background-color: rgb(79,252,232); }
div.DivClassName
{
background-color: #4FFCE8;
}
.BgClassName
{
background-color: #4FFCE8;
}
</style>
border-color css
<style>
span { border-color: #4FFCE8; }
span { border-color: rgb(79,252,232); }
td.TdClassName
{
border-color: #4FFCE8;
}
.TagClassName
{
border-color: #4FFCE8;
}
</style>