Shades of Turquoise #4FECBC
Tints of Turquoise #4FECBC
RGB
CMYK
RGB Variations
Color information
#4FECBC (or 0x4FECBC) is known color: Turquoise. HEX triplet: 4F, EC and BC. RGB value is (79,236,188). Sum of RGB (Red+Green+Blue) = 79+236+188=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECBC is #B01343. Grayscale: #B7B7B7. Windows color (decimal): -11539268 or 12381263. OLE color: 12381263.
HSL color Cylindrical-coordinate representation of color #4FECBC: hue angle of 161.66º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FECBC is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 188 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.07 |
| HSL | 161.66º | 0.81% | 0.62% | - |
| HSV(B) | 161.66º | 0.67% | 0.93% | - |
| XYZ | 42.3 | 65.28 | 57.95 | - |
| YUV | 183.59 | 130.49 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 188 | 0.67 | 0 | 0.20 | 0.07 | 161.66 | 0.81 | 0.62 |
| Hex | 4F | EC | BC | 43 | 0 | 14 | 7 | A2 | 51 | 3E |
| Octal | 117 | 354 | 274 | 103 | 0 | 24 | 7 | 242 | 121 | 76 |
| Binary | 1001111 | 11101100 | 10111100 | 1000011 | 0 | 10100 | 111 | 10100010 | 1010001 | 111110 |
Color Harmonies of #4FECBC
Complementary color
Monochromatic Colors of #4FECBC
Black with #4FECBC
Text Example
Text Example
White with #4FECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECBC; }
p { color: rgb(79,236,188); }
H1.HeaderClassName
{
color: #4FECBC;
}
.AnyTagClassName
{
color: #4FECBC;
}
</style>
background-color css
<style>
a { background-color: #4FECBC; }
a { background-color: rgb(79,236,188); }
div.DivClassName
{
background-color: #4FECBC;
}
.BgClassName
{
background-color: #4FECBC;
}
</style>
border-color css
<style>
span { border-color: #4FECBC; }
span { border-color: rgb(79,236,188); }
td.TdClassName
{
border-color: #4FECBC;
}
.TagClassName
{
border-color: #4FECBC;
}
</style>