Shades of Turquoise #4EFAB3
Tints of Turquoise #4EFAB3
RGB
CMYK
RGB Variations
Color information
#4EFAB3 (or 0x4EFAB3) is known color: Turquoise. HEX triplet: 4E, FA and B3. RGB value is (78,250,179). Sum of RGB (Red+Green+Blue) = 78+250+179=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFAB3 is #B1054C. Grayscale: #BEBEBE. Windows color (decimal): -11601229 or 11795022. OLE color: 11795022.
HSL color Cylindrical-coordinate representation of color #4EFAB3: hue angle of 155.23º 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 #4EFAB3 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 179 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.02 |
| HSL | 155.23º | 0.95% | 0.64% | - |
| HSV(B) | 155.23º | 0.69% | 0.98% | - |
| XYZ | 45.46 | 73.25 | 54.39 | - |
| YUV | 190.48 | 121.52 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 179 | 0.69 | 0 | 0.28 | 0.02 | 155.23 | 0.95 | 0.64 |
| Hex | 4E | FA | B3 | 45 | 0 | 1C | 2 | 9B | 5F | 40 |
| Octal | 116 | 372 | 263 | 105 | 0 | 34 | 2 | 233 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10110011 | 1000101 | 0 | 11100 | 10 | 10011011 | 1011111 | 1000000 |
Color Harmonies of #4EFAB3
Complementary color
Monochromatic Colors of #4EFAB3
Black with #4EFAB3
Text Example
Text Example
White with #4EFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFAB3; }
p { color: rgb(78,250,179); }
H1.HeaderClassName
{
color: #4EFAB3;
}
.AnyTagClassName
{
color: #4EFAB3;
}
</style>
background-color css
<style>
a { background-color: #4EFAB3; }
a { background-color: rgb(78,250,179); }
div.DivClassName
{
background-color: #4EFAB3;
}
.BgClassName
{
background-color: #4EFAB3;
}
</style>
border-color css
<style>
span { border-color: #4EFAB3; }
span { border-color: rgb(78,250,179); }
td.TdClassName
{
border-color: #4EFAB3;
}
.TagClassName
{
border-color: #4EFAB3;
}
</style>