Shades of Turquoise #4FE5BB
Tints of Turquoise #4FE5BB
RGB
CMYK
RGB Variations
Color information
#4FE5BB (or 0x4FE5BB) is known color: Turquoise. HEX triplet: 4F, E5 and BB. RGB value is (79,229,187). Sum of RGB (Red+Green+Blue) = 79+229+187=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE5BB is #B01A44. Grayscale: #B3B3B3. Windows color (decimal): -11541061 or 12313935. OLE color: 12313935.
HSL color Cylindrical-coordinate representation of color #4FE5BB: hue angle of 163.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE5BB is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 229 | 187 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.10 |
| HSL | 163.2º | 0.74% | 0.6% | - |
| HSV(B) | 163.2º | 0.66% | 0.9% | - |
| XYZ | 40.21 | 61.29 | 56.72 | - |
| YUV | 179.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 229 | 187 | 0.66 | 0 | 0.18 | 0.10 | 163.2 | 0.74 | 0.6 |
| Hex | 4F | E5 | BB | 42 | 0 | 12 | A | A3 | 4A | 3C |
| Octal | 117 | 345 | 273 | 102 | 0 | 22 | 12 | 243 | 112 | 74 |
| Binary | 1001111 | 11100101 | 10111011 | 1000010 | 0 | 10010 | 1010 | 10100011 | 1001010 | 111100 |
Color Harmonies of #4FE5BB
Complementary color
Monochromatic Colors of #4FE5BB
Black with #4FE5BB
Text Example
Text Example
White with #4FE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE5BB; }
p { color: rgb(79,229,187); }
H1.HeaderClassName
{
color: #4FE5BB;
}
.AnyTagClassName
{
color: #4FE5BB;
}
</style>
background-color css
<style>
a { background-color: #4FE5BB; }
a { background-color: rgb(79,229,187); }
div.DivClassName
{
background-color: #4FE5BB;
}
.BgClassName
{
background-color: #4FE5BB;
}
</style>
border-color css
<style>
span { border-color: #4FE5BB; }
span { border-color: rgb(79,229,187); }
td.TdClassName
{
border-color: #4FE5BB;
}
.TagClassName
{
border-color: #4FE5BB;
}
</style>