Shades of Turquoise #4FE1BC
Tints of Turquoise #4FE1BC
RGB
CMYK
RGB Variations
Color information
#4FE1BC (or 0x4FE1BC) is known color: Turquoise. HEX triplet: 4F, E1 and BC. RGB value is (79,225,188). Sum of RGB (Red+Green+Blue) = 79+225+188=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE1BC is #B01E43. Grayscale: #B1B1B1. Windows color (decimal): -11542084 or 12378447. OLE color: 12378447.
HSL color Cylindrical-coordinate representation of color #4FE1BC: hue angle of 164.79º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE1BC is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 188 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.12 |
| HSL | 164.79º | 0.71% | 0.6% | - |
| HSV(B) | 164.79º | 0.65% | 0.88% | - |
| XYZ | 39.23 | 59.14 | 56.93 | - |
| YUV | 177.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 188 | 0.65 | 0 | 0.16 | 0.12 | 164.79 | 0.71 | 0.6 |
| Hex | 4F | E1 | BC | 41 | 0 | 10 | C | A5 | 47 | 3C |
| Octal | 117 | 341 | 274 | 101 | 0 | 20 | 14 | 245 | 107 | 74 |
| Binary | 1001111 | 11100001 | 10111100 | 1000001 | 0 | 10000 | 1100 | 10100101 | 1000111 | 111100 |
Color Harmonies of #4FE1BC
Complementary color
Monochromatic Colors of #4FE1BC
Black with #4FE1BC
Text Example
Text Example
White with #4FE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE1BC; }
p { color: rgb(79,225,188); }
H1.HeaderClassName
{
color: #4FE1BC;
}
.AnyTagClassName
{
color: #4FE1BC;
}
</style>
background-color css
<style>
a { background-color: #4FE1BC; }
a { background-color: rgb(79,225,188); }
div.DivClassName
{
background-color: #4FE1BC;
}
.BgClassName
{
background-color: #4FE1BC;
}
</style>
border-color css
<style>
span { border-color: #4FE1BC; }
span { border-color: rgb(79,225,188); }
td.TdClassName
{
border-color: #4FE1BC;
}
.TagClassName
{
border-color: #4FE1BC;
}
</style>