Shades of Turquoise #4EFAB2
Tints of Turquoise #4EFAB2
RGB
CMYK
RGB Variations
Color information
#4EFAB2 (or 0x4EFAB2) is known color: Turquoise. HEX triplet: 4E, FA and B2. RGB value is (78,250,178). Sum of RGB (Red+Green+Blue) = 78+250+178=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFAB2 is #B1054D. Grayscale: #BEBEBE. Windows color (decimal): -11601230 or 11729486. OLE color: 11729486.
HSL color Cylindrical-coordinate representation of color #4EFAB2: hue angle of 154.88º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAB2 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 178 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.02 |
| HSL | 154.88º | 0.95% | 0.64% | - |
| HSV(B) | 154.88º | 0.69% | 0.98% | - |
| XYZ | 45.36 | 73.21 | 53.86 | - |
| YUV | 190.36 | 121.02 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 178 | 0.69 | 0 | 0.29 | 0.02 | 154.88 | 0.95 | 0.64 |
| Hex | 4E | FA | B2 | 45 | 0 | 1D | 2 | 9B | 5F | 40 |
| Octal | 116 | 372 | 262 | 105 | 0 | 35 | 2 | 233 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10110010 | 1000101 | 0 | 11101 | 10 | 10011011 | 1011111 | 1000000 |
Color Harmonies of #4EFAB2
Complementary color
Monochromatic Colors of #4EFAB2
Black with #4EFAB2
Text Example
Text Example
White with #4EFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFAB2; }
p { color: rgb(78,250,178); }
H1.HeaderClassName
{
color: #4EFAB2;
}
.AnyTagClassName
{
color: #4EFAB2;
}
</style>
background-color css
<style>
a { background-color: #4EFAB2; }
a { background-color: rgb(78,250,178); }
div.DivClassName
{
background-color: #4EFAB2;
}
.BgClassName
{
background-color: #4EFAB2;
}
</style>
border-color css
<style>
span { border-color: #4EFAB2; }
span { border-color: rgb(78,250,178); }
td.TdClassName
{
border-color: #4EFAB2;
}
.TagClassName
{
border-color: #4EFAB2;
}
</style>