Shades of Turquoise #4EFABB
Tints of Turquoise #4EFABB
RGB
CMYK
RGB Variations
Color information
#4EFABB (or 0x4EFABB) is known color: Turquoise. HEX triplet: 4E, FA and BB. RGB value is (78,250,187). Sum of RGB (Red+Green+Blue) = 78+250+187=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFABB is #B10544. Grayscale: #BFBFBF. Windows color (decimal): -11601221 or 12319310. OLE color: 12319310.
HSL color Cylindrical-coordinate representation of color #4EFABB: hue angle of 158.02º 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 #4EFABB is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 187 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.02º | 0.95% | 0.64% | - |
| HSV(B) | 158.02º | 0.69% | 0.98% | - |
| XYZ | 46.3 | 73.58 | 58.78 | - |
| YUV | 191.39 | 125.52 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 187 | 0.69 | 0 | 0.25 | 0.02 | 158.02 | 0.95 | 0.64 |
| Hex | 4E | FA | BB | 45 | 0 | 19 | 2 | 9E | 5F | 40 |
| Octal | 116 | 372 | 273 | 105 | 0 | 31 | 2 | 236 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10111011 | 1000101 | 0 | 11001 | 10 | 10011110 | 1011111 | 1000000 |
Color Harmonies of #4EFABB
Complementary color
Monochromatic Colors of #4EFABB
Black with #4EFABB
Text Example
Text Example
White with #4EFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFABB; }
p { color: rgb(78,250,187); }
H1.HeaderClassName
{
color: #4EFABB;
}
.AnyTagClassName
{
color: #4EFABB;
}
</style>
background-color css
<style>
a { background-color: #4EFABB; }
a { background-color: rgb(78,250,187); }
div.DivClassName
{
background-color: #4EFABB;
}
.BgClassName
{
background-color: #4EFABB;
}
</style>
border-color css
<style>
span { border-color: #4EFABB; }
span { border-color: rgb(78,250,187); }
td.TdClassName
{
border-color: #4EFABB;
}
.TagClassName
{
border-color: #4EFABB;
}
</style>