Shades of Turquoise #4FEBBB
Tints of Turquoise #4FEBBB
RGB
CMYK
RGB Variations
Color information
#4FEBBB (or 0x4FEBBB) is known color: Turquoise. HEX triplet: 4F, EB and BB. RGB value is (79,235,187). Sum of RGB (Red+Green+Blue) = 79+235+187=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBBB is #B01444. Grayscale: #B6B6B6. Windows color (decimal): -11539525 or 12315471. OLE color: 12315471.
HSL color Cylindrical-coordinate representation of color #4FEBBB: hue angle of 161.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBBB is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 187 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.08 |
| HSL | 161.54º | 0.8% | 0.62% | - |
| HSV(B) | 161.54º | 0.66% | 0.92% | - |
| XYZ | 41.9 | 64.67 | 57.29 | - |
| YUV | 182.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 187 | 0.66 | 0 | 0.20 | 0.08 | 161.54 | 0.8 | 0.62 |
| Hex | 4F | EB | BB | 42 | 0 | 14 | 8 | A2 | 50 | 3E |
| Octal | 117 | 353 | 273 | 102 | 0 | 24 | 10 | 242 | 120 | 76 |
| Binary | 1001111 | 11101011 | 10111011 | 1000010 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111110 |
Color Harmonies of #4FEBBB
Complementary color
Monochromatic Colors of #4FEBBB
Black with #4FEBBB
Text Example
Text Example
White with #4FEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBBB; }
p { color: rgb(79,235,187); }
H1.HeaderClassName
{
color: #4FEBBB;
}
.AnyTagClassName
{
color: #4FEBBB;
}
</style>
background-color css
<style>
a { background-color: #4FEBBB; }
a { background-color: rgb(79,235,187); }
div.DivClassName
{
background-color: #4FEBBB;
}
.BgClassName
{
background-color: #4FEBBB;
}
</style>
border-color css
<style>
span { border-color: #4FEBBB; }
span { border-color: rgb(79,235,187); }
td.TdClassName
{
border-color: #4FEBBB;
}
.TagClassName
{
border-color: #4FEBBB;
}
</style>