Shades of Turquoise #4FFCBE
Tints of Turquoise #4FFCBE
RGB
CMYK
RGB Variations
Color information
#4FFCBE (or 0x4FFCBE) is known color: Turquoise. HEX triplet: 4F, FC and BE. RGB value is (79,252,190). Sum of RGB (Red+Green+Blue) = 79+252+190=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCBE is #B00341. Grayscale: #C1C1C1. Windows color (decimal): -11535170 or 12516431. OLE color: 12516431.
HSL color Cylindrical-coordinate representation of color #4FFCBE: hue angle of 158.5º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 190 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.01 |
| HSL | 158.5º | 0.97% | 0.65% | - |
| HSV(B) | 158.5º | 0.69% | 0.99% | - |
| XYZ | 47.33 | 75 | 60.7 | - |
| YUV | 193.21 | 126.19 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 190 | 0.69 | 0 | 0.25 | 0.01 | 158.5 | 0.97 | 0.65 |
| Hex | 4F | FC | BE | 45 | 0 | 19 | 1 | 9E | 61 | 41 |
| Octal | 117 | 374 | 276 | 105 | 0 | 31 | 1 | 236 | 141 | 101 |
| Binary | 1001111 | 11111100 | 10111110 | 1000101 | 0 | 11001 | 1 | 10011110 | 1100001 | 1000001 |
Color Harmonies of #4FFCBE
Complementary color
Monochromatic Colors of #4FFCBE
Black with #4FFCBE
Text Example
Text Example
White with #4FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCBE; }
p { color: rgb(79,252,190); }
H1.HeaderClassName
{
color: #4FFCBE;
}
.AnyTagClassName
{
color: #4FFCBE;
}
</style>
background-color css
<style>
a { background-color: #4FFCBE; }
a { background-color: rgb(79,252,190); }
div.DivClassName
{
background-color: #4FFCBE;
}
.BgClassName
{
background-color: #4FFCBE;
}
</style>
border-color css
<style>
span { border-color: #4FFCBE; }
span { border-color: rgb(79,252,190); }
td.TdClassName
{
border-color: #4FFCBE;
}
.TagClassName
{
border-color: #4FFCBE;
}
</style>