Shades of Turquoise #4EF1BC
Tints of Turquoise #4EF1BC
RGB
CMYK
RGB Variations
Color information
#4EF1BC (or 0x4EF1BC) is known color: Turquoise. HEX triplet: 4E, F1 and BC. RGB value is (78,241,188). Sum of RGB (Red+Green+Blue) = 78+241+188=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF1BC is #B10E43. Grayscale: #BABABA. Windows color (decimal): -11603524 or 12382542. OLE color: 12382542.
HSL color Cylindrical-coordinate representation of color #4EF1BC: hue angle of 160.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF1BC is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 241 | 188 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.05 |
| HSL | 160.49º | 0.85% | 0.63% | - |
| HSV(B) | 160.49º | 0.68% | 0.95% | - |
| XYZ | 43.67 | 68.16 | 58.43 | - |
| YUV | 186.22 | 129 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 241 | 188 | 0.68 | 0 | 0.22 | 0.05 | 160.49 | 0.85 | 0.63 |
| Hex | 4E | F1 | BC | 44 | 0 | 16 | 5 | A0 | 55 | 3F |
| Octal | 116 | 361 | 274 | 104 | 0 | 26 | 5 | 240 | 125 | 77 |
| Binary | 1001110 | 11110001 | 10111100 | 1000100 | 0 | 10110 | 101 | 10100000 | 1010101 | 111111 |
Color Harmonies of #4EF1BC
Complementary color
Monochromatic Colors of #4EF1BC
Black with #4EF1BC
Text Example
Text Example
White with #4EF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF1BC; }
p { color: rgb(78,241,188); }
H1.HeaderClassName
{
color: #4EF1BC;
}
.AnyTagClassName
{
color: #4EF1BC;
}
</style>
background-color css
<style>
a { background-color: #4EF1BC; }
a { background-color: rgb(78,241,188); }
div.DivClassName
{
background-color: #4EF1BC;
}
.BgClassName
{
background-color: #4EF1BC;
}
</style>
border-color css
<style>
span { border-color: #4EF1BC; }
span { border-color: rgb(78,241,188); }
td.TdClassName
{
border-color: #4EF1BC;
}
.TagClassName
{
border-color: #4EF1BC;
}
</style>