Shades of Turquoise #4EFBBC
Tints of Turquoise #4EFBBC
RGB
CMYK
RGB Variations
Color information
#4EFBBC (or 0x4EFBBC) is known color: Turquoise. HEX triplet: 4E, FB and BC. RGB value is (78,251,188). Sum of RGB (Red+Green+Blue) = 78+251+188=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFBBC is #B10443. Grayscale: #C0C0C0. Windows color (decimal): -11600964 or 12385102. OLE color: 12385102.
HSL color Cylindrical-coordinate representation of color #4EFBBC: hue angle of 158.15º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFBBC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 251 | 188 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.15º | 0.96% | 0.65% | - |
| HSV(B) | 158.15º | 0.69% | 0.98% | - |
| XYZ | 46.72 | 74.24 | 59.45 | - |
| YUV | 192.09 | 125.69 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 251 | 188 | 0.69 | 0 | 0.25 | 0.02 | 158.15 | 0.96 | 0.65 |
| Hex | 4E | FB | BC | 45 | 0 | 19 | 2 | 9E | 60 | 41 |
| Octal | 116 | 373 | 274 | 105 | 0 | 31 | 2 | 236 | 140 | 101 |
| Binary | 1001110 | 11111011 | 10111100 | 1000101 | 0 | 11001 | 10 | 10011110 | 1100000 | 1000001 |
Color Harmonies of #4EFBBC
Complementary color
Monochromatic Colors of #4EFBBC
Black with #4EFBBC
Text Example
Text Example
White with #4EFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFBBC; }
p { color: rgb(78,251,188); }
H1.HeaderClassName
{
color: #4EFBBC;
}
.AnyTagClassName
{
color: #4EFBBC;
}
</style>
background-color css
<style>
a { background-color: #4EFBBC; }
a { background-color: rgb(78,251,188); }
div.DivClassName
{
background-color: #4EFBBC;
}
.BgClassName
{
background-color: #4EFBBC;
}
</style>
border-color css
<style>
span { border-color: #4EFBBC; }
span { border-color: rgb(78,251,188); }
td.TdClassName
{
border-color: #4EFBBC;
}
.TagClassName
{
border-color: #4EFBBC;
}
</style>