Shades of Turquoise #4EFFB7
Tints of Turquoise #4EFFB7
RGB
CMYK
RGB Variations
Color information
#4EFFB7 (or 0x4EFFB7) is known color: Turquoise. HEX triplet: 4E, FF and B7. RGB value is (78,255,183). Sum of RGB (Red+Green+Blue) = 78+255+183=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFB7 is #B10048. Grayscale: #C1C1C1. Windows color (decimal): -11599945 or 12058446. OLE color: 12058446.
HSL color Cylindrical-coordinate representation of color #4EFFB7: hue angle of 155.59º 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 #4EFFB7 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 183 | - |
| CMYK | 0.69 | 0 | 0.28 | 0 |
| HSL | 155.59º | 1% | 0.65% | - |
| HSV(B) | 155.59º | 0.69% | 1% | - |
| XYZ | 47.45 | 76.56 | 57.08 | - |
| YUV | 193.87 | 121.86 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 183 | 0.69 | 0 | 0.28 | 0 | 155.59 | 1 | 0.65 |
| Hex | 4E | FF | B7 | 45 | 0 | 1C | 0 | 9C | 64 | 41 |
| Octal | 116 | 377 | 267 | 105 | 0 | 34 | 0 | 234 | 144 | 101 |
| Binary | 1001110 | 11111111 | 10110111 | 1000101 | 0 | 11100 | 0 | 10011100 | 1100100 | 1000001 |
Color Harmonies of #4EFFB7
Complementary color
Monochromatic Colors of #4EFFB7
Black with #4EFFB7
Text Example
Text Example
White with #4EFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFB7; }
p { color: rgb(78,255,183); }
H1.HeaderClassName
{
color: #4EFFB7;
}
.AnyTagClassName
{
color: #4EFFB7;
}
</style>
background-color css
<style>
a { background-color: #4EFFB7; }
a { background-color: rgb(78,255,183); }
div.DivClassName
{
background-color: #4EFFB7;
}
.BgClassName
{
background-color: #4EFFB7;
}
</style>
border-color css
<style>
span { border-color: #4EFFB7; }
span { border-color: rgb(78,255,183); }
td.TdClassName
{
border-color: #4EFFB7;
}
.TagClassName
{
border-color: #4EFFB7;
}
</style>