Shades of Turquoise #4FEABC
Tints of Turquoise #4FEABC
RGB
CMYK
RGB Variations
Color information
#4FEABC (or 0x4FEABC) is known color: Turquoise. HEX triplet: 4F, EA and BC. RGB value is (79,234,188). Sum of RGB (Red+Green+Blue) = 79+234+188=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEABC is #B01543. Grayscale: #B6B6B6. Windows color (decimal): -11539780 or 12380751. OLE color: 12380751.
HSL color Cylindrical-coordinate representation of color #4FEABC: hue angle of 162.19º 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 #4FEABC is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 188 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.08 |
| HSL | 162.19º | 0.79% | 0.61% | - |
| HSV(B) | 162.19º | 0.66% | 0.92% | - |
| XYZ | 41.72 | 64.14 | 57.76 | - |
| YUV | 182.41 | 131.15 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 188 | 0.66 | 0 | 0.20 | 0.08 | 162.19 | 0.79 | 0.61 |
| Hex | 4F | EA | BC | 42 | 0 | 14 | 8 | A2 | 4F | 3D |
| Octal | 117 | 352 | 274 | 102 | 0 | 24 | 10 | 242 | 117 | 75 |
| Binary | 1001111 | 11101010 | 10111100 | 1000010 | 0 | 10100 | 1000 | 10100010 | 1001111 | 111101 |
Color Harmonies of #4FEABC
Complementary color
Monochromatic Colors of #4FEABC
Black with #4FEABC
Text Example
Text Example
White with #4FEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEABC; }
p { color: rgb(79,234,188); }
H1.HeaderClassName
{
color: #4FEABC;
}
.AnyTagClassName
{
color: #4FEABC;
}
</style>
background-color css
<style>
a { background-color: #4FEABC; }
a { background-color: rgb(79,234,188); }
div.DivClassName
{
background-color: #4FEABC;
}
.BgClassName
{
background-color: #4FEABC;
}
</style>
border-color css
<style>
span { border-color: #4FEABC; }
span { border-color: rgb(79,234,188); }
td.TdClassName
{
border-color: #4FEABC;
}
.TagClassName
{
border-color: #4FEABC;
}
</style>