Shades of Turquoise #4FEBBC
Tints of Turquoise #4FEBBC
RGB
CMYK
RGB Variations
Color information
#4FEBBC (or 0x4FEBBC) is known color: Turquoise. HEX triplet: 4F, EB and BC. RGB value is (79,235,188). Sum of RGB (Red+Green+Blue) = 79+235+188=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBBC is #B01443. Grayscale: #B7B7B7. Windows color (decimal): -11539524 or 12381007. OLE color: 12381007.
HSL color Cylindrical-coordinate representation of color #4FEBBC: hue angle of 161.92º 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 #4FEBBC is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 188 | - |
| CMYK | 0.66 | 0 | 0.2 | 0.08 |
| HSL | 161.92º | 0.8% | 0.62% | - |
| HSV(B) | 161.92º | 0.66% | 0.92% | - |
| XYZ | 42.01 | 64.71 | 57.85 | - |
| YUV | 183 | 130.82 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 188 | 0.66 | 0 | 0.2 | 0.08 | 161.92 | 0.8 | 0.62 |
| Hex | 4F | EB | BC | 42 | 0 | 14 | 8 | A2 | 50 | 3E |
| Octal | 117 | 353 | 274 | 102 | 0 | 24 | 10 | 242 | 120 | 76 |
| Binary | 1001111 | 11101011 | 10111100 | 1000010 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111110 |
Color Harmonies of #4FEBBC
Complementary color
Monochromatic Colors of #4FEBBC
Black with #4FEBBC
Text Example
Text Example
White with #4FEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBBC; }
p { color: rgb(79,235,188); }
H1.HeaderClassName
{
color: #4FEBBC;
}
.AnyTagClassName
{
color: #4FEBBC;
}
</style>
background-color css
<style>
a { background-color: #4FEBBC; }
a { background-color: rgb(79,235,188); }
div.DivClassName
{
background-color: #4FEBBC;
}
.BgClassName
{
background-color: #4FEBBC;
}
</style>
border-color css
<style>
span { border-color: #4FEBBC; }
span { border-color: rgb(79,235,188); }
td.TdClassName
{
border-color: #4FEBBC;
}
.TagClassName
{
border-color: #4FEBBC;
}
</style>