Shades of Turquoise #4EFFBF
Tints of Turquoise #4EFFBF
RGB
CMYK
RGB Variations
Color information
#4EFFBF (or 0x4EFFBF) is known color: Turquoise. HEX triplet: 4E, FF and BF. RGB value is (78,255,191). Sum of RGB (Red+Green+Blue) = 78+255+191=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFBF is #B10040. Grayscale: #C2C2C2. Windows color (decimal): -11599937 or 12582734. OLE color: 12582734.
HSL color Cylindrical-coordinate representation of color #4EFFBF: hue angle of 158.31º 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 #4EFFBF is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 191 | - |
| CMYK | 0.69 | 0 | 0.25 | 0 |
| HSL | 158.31º | 1% | 0.65% | - |
| HSV(B) | 158.31º | 0.69% | 1% | - |
| XYZ | 48.31 | 76.9 | 61.59 | - |
| YUV | 194.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 191 | 0.69 | 0 | 0.25 | 0 | 158.31 | 1 | 0.65 |
| Hex | 4E | FF | BF | 45 | 0 | 19 | 0 | 9E | 64 | 41 |
| Octal | 116 | 377 | 277 | 105 | 0 | 31 | 0 | 236 | 144 | 101 |
| Binary | 1001110 | 11111111 | 10111111 | 1000101 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000001 |
Color Harmonies of #4EFFBF
Complementary color
Monochromatic Colors of #4EFFBF
Black with #4EFFBF
Text Example
Text Example
White with #4EFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFBF; }
p { color: rgb(78,255,191); }
H1.HeaderClassName
{
color: #4EFFBF;
}
.AnyTagClassName
{
color: #4EFFBF;
}
</style>
background-color css
<style>
a { background-color: #4EFFBF; }
a { background-color: rgb(78,255,191); }
div.DivClassName
{
background-color: #4EFFBF;
}
.BgClassName
{
background-color: #4EFFBF;
}
</style>
border-color css
<style>
span { border-color: #4EFFBF; }
span { border-color: rgb(78,255,191); }
td.TdClassName
{
border-color: #4EFFBF;
}
.TagClassName
{
border-color: #4EFFBF;
}
</style>