Shades of Turquoise #4FECBD
Tints of Turquoise #4FECBD
RGB
CMYK
RGB Variations
Color information
#4FECBD (or 0x4FECBD) is known color: Turquoise. HEX triplet: 4F, EC and BD. RGB value is (79,236,189). Sum of RGB (Red+Green+Blue) = 79+236+189=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECBD is #B01342. Grayscale: #B7B7B7. Windows color (decimal): -11539267 or 12446799. OLE color: 12446799.
HSL color Cylindrical-coordinate representation of color #4FECBD: hue angle of 162.04º 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 #4FECBD is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 189 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.07 |
| HSL | 162.04º | 0.81% | 0.62% | - |
| HSV(B) | 162.04º | 0.67% | 0.93% | - |
| XYZ | 42.41 | 65.33 | 58.52 | - |
| YUV | 183.7 | 130.99 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 189 | 0.67 | 0 | 0.20 | 0.07 | 162.04 | 0.81 | 0.62 |
| Hex | 4F | EC | BD | 43 | 0 | 14 | 7 | A2 | 51 | 3E |
| Octal | 117 | 354 | 275 | 103 | 0 | 24 | 7 | 242 | 121 | 76 |
| Binary | 1001111 | 11101100 | 10111101 | 1000011 | 0 | 10100 | 111 | 10100010 | 1010001 | 111110 |
Color Harmonies of #4FECBD
Complementary color
Monochromatic Colors of #4FECBD
Black with #4FECBD
Text Example
Text Example
White with #4FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECBD; }
p { color: rgb(79,236,189); }
H1.HeaderClassName
{
color: #4FECBD;
}
.AnyTagClassName
{
color: #4FECBD;
}
</style>
background-color css
<style>
a { background-color: #4FECBD; }
a { background-color: rgb(79,236,189); }
div.DivClassName
{
background-color: #4FECBD;
}
.BgClassName
{
background-color: #4FECBD;
}
</style>
border-color css
<style>
span { border-color: #4FECBD; }
span { border-color: rgb(79,236,189); }
td.TdClassName
{
border-color: #4FECBD;
}
.TagClassName
{
border-color: #4FECBD;
}
</style>