Shades of Turquoise #4FE2BB
Tints of Turquoise #4FE2BB
RGB
CMYK
RGB Variations
Color information
#4FE2BB (or 0x4FE2BB) is known color: Turquoise. HEX triplet: 4F, E2 and BB. RGB value is (79,226,187). Sum of RGB (Red+Green+Blue) = 79+226+187=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE2BB is #B01D44. Grayscale: #B1B1B1. Windows color (decimal): -11541829 or 12313167. OLE color: 12313167.
HSL color Cylindrical-coordinate representation of color #4FE2BB: hue angle of 164.08º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE2BB is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 226 | 187 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.11 |
| HSL | 164.08º | 0.72% | 0.6% | - |
| HSV(B) | 164.08º | 0.65% | 0.89% | - |
| XYZ | 39.39 | 59.64 | 56.45 | - |
| YUV | 177.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 226 | 187 | 0.65 | 0 | 0.17 | 0.11 | 164.08 | 0.72 | 0.6 |
| Hex | 4F | E2 | BB | 41 | 0 | 11 | B | A4 | 48 | 3C |
| Octal | 117 | 342 | 273 | 101 | 0 | 21 | 13 | 244 | 110 | 74 |
| Binary | 1001111 | 11100010 | 10111011 | 1000001 | 0 | 10001 | 1011 | 10100100 | 1001000 | 111100 |
Color Harmonies of #4FE2BB
Complementary color
Monochromatic Colors of #4FE2BB
Black with #4FE2BB
Text Example
Text Example
White with #4FE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE2BB; }
p { color: rgb(79,226,187); }
H1.HeaderClassName
{
color: #4FE2BB;
}
.AnyTagClassName
{
color: #4FE2BB;
}
</style>
background-color css
<style>
a { background-color: #4FE2BB; }
a { background-color: rgb(79,226,187); }
div.DivClassName
{
background-color: #4FE2BB;
}
.BgClassName
{
background-color: #4FE2BB;
}
</style>
border-color css
<style>
span { border-color: #4FE2BB; }
span { border-color: rgb(79,226,187); }
td.TdClassName
{
border-color: #4FE2BB;
}
.TagClassName
{
border-color: #4FE2BB;
}
</style>