Shades of Turquoise #4FFFBE
Tints of Turquoise #4FFFBE
RGB
CMYK
RGB Variations
Color information
#4FFFBE (or 0x4FFFBE) is known color: Turquoise. HEX triplet: 4F, FF and BE. RGB value is (79,255,190). Sum of RGB (Red+Green+Blue) = 79+255+190=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFBE is #B00041. Grayscale: #C3C3C3. Windows color (decimal): -11534402 or 12517199. OLE color: 12517199.
HSL color Cylindrical-coordinate representation of color #4FFFBE: hue angle of 157.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 190 | - |
| CMYK | 0.69 | 0 | 0.25 | 0 |
| HSL | 157.84º | 1% | 0.65% | - |
| HSV(B) | 157.84º | 0.69% | 1% | - |
| XYZ | 48.28 | 76.9 | 61.01 | - |
| YUV | 194.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 190 | 0.69 | 0 | 0.25 | 0 | 157.84 | 1 | 0.65 |
| Hex | 4F | FF | BE | 45 | 0 | 19 | 0 | 9E | 64 | 41 |
| Octal | 117 | 377 | 276 | 105 | 0 | 31 | 0 | 236 | 144 | 101 |
| Binary | 1001111 | 11111111 | 10111110 | 1000101 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000001 |
Color Harmonies of #4FFFBE
Complementary color
Monochromatic Colors of #4FFFBE
Black with #4FFFBE
Text Example
Text Example
White with #4FFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFBE; }
p { color: rgb(79,255,190); }
H1.HeaderClassName
{
color: #4FFFBE;
}
.AnyTagClassName
{
color: #4FFFBE;
}
</style>
background-color css
<style>
a { background-color: #4FFFBE; }
a { background-color: rgb(79,255,190); }
div.DivClassName
{
background-color: #4FFFBE;
}
.BgClassName
{
background-color: #4FFFBE;
}
</style>
border-color css
<style>
span { border-color: #4FFFBE; }
span { border-color: rgb(79,255,190); }
td.TdClassName
{
border-color: #4FFFBE;
}
.TagClassName
{
border-color: #4FFFBE;
}
</style>