Shades of Turquoise #4FEAC0
Tints of Turquoise #4FEAC0
RGB
CMYK
RGB Variations
Color information
#4FEAC0 (or 0x4FEAC0) is known color: Turquoise. HEX triplet: 4F, EA and C0. RGB value is (79,234,192). Sum of RGB (Red+Green+Blue) = 79+234+192=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAC0 is #B0153F. Grayscale: #B6B6B6. Windows color (decimal): -11539776 or 12642895. OLE color: 12642895.
HSL color Cylindrical-coordinate representation of color #4FEAC0: hue angle of 163.74º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEAC0 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 192 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.08 |
| HSL | 163.74º | 0.79% | 0.61% | - |
| HSV(B) | 163.74º | 0.66% | 0.92% | - |
| XYZ | 42.16 | 64.31 | 60.06 | - |
| YUV | 182.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 192 | 0.66 | 0 | 0.18 | 0.08 | 163.74 | 0.79 | 0.61 |
| Hex | 4F | EA | C0 | 42 | 0 | 12 | 8 | A4 | 4F | 3D |
| Octal | 117 | 352 | 300 | 102 | 0 | 22 | 10 | 244 | 117 | 75 |
| Binary | 1001111 | 11101010 | 11000000 | 1000010 | 0 | 10010 | 1000 | 10100100 | 1001111 | 111101 |
Color Harmonies of #4FEAC0
Complementary color
Monochromatic Colors of #4FEAC0
Black with #4FEAC0
Text Example
Text Example
White with #4FEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEAC0; }
p { color: rgb(79,234,192); }
H1.HeaderClassName
{
color: #4FEAC0;
}
.AnyTagClassName
{
color: #4FEAC0;
}
</style>
background-color css
<style>
a { background-color: #4FEAC0; }
a { background-color: rgb(79,234,192); }
div.DivClassName
{
background-color: #4FEAC0;
}
.BgClassName
{
background-color: #4FEAC0;
}
</style>
border-color css
<style>
span { border-color: #4FEAC0; }
span { border-color: rgb(79,234,192); }
td.TdClassName
{
border-color: #4FEAC0;
}
.TagClassName
{
border-color: #4FEAC0;
}
</style>