Shades of Turquoise #4EF3BC
Tints of Turquoise #4EF3BC
RGB
CMYK
RGB Variations
Color information
#4EF3BC (or 0x4EF3BC) is known color: Turquoise. HEX triplet: 4E, F3 and BC. RGB value is (78,243,188). Sum of RGB (Red+Green+Blue) = 78+243+188=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #4EF3BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF3BC is #B10C43. Grayscale: #BBBBBB. Windows color (decimal): -11603012 or 12383054. OLE color: 12383054.
HSL color Cylindrical-coordinate representation of color #4EF3BC: hue angle of 160º degrees, saturation: 0.87, 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 #4EF3BC is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 243 | 188 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.05 |
| HSL | 160º | 0.87% | 0.63% | - |
| HSV(B) | 160º | 0.68% | 0.95% | - |
| XYZ | 44.27 | 69.35 | 58.63 | - |
| YUV | 187.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 243 | 188 | 0.68 | 0 | 0.23 | 0.05 | 160 | 0.87 | 0.63 |
| Hex | 4E | F3 | BC | 44 | 0 | 17 | 5 | A0 | 57 | 3F |
| Octal | 116 | 363 | 274 | 104 | 0 | 27 | 5 | 240 | 127 | 77 |
| Binary | 1001110 | 11110011 | 10111100 | 1000100 | 0 | 10111 | 101 | 10100000 | 1010111 | 111111 |
Color Harmonies of #4EF3BC
Complementary color
Monochromatic Colors of #4EF3BC
Black with #4EF3BC
Text Example
Text Example
White with #4EF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF3BC; }
p { color: rgb(78,243,188); }
H1.HeaderClassName
{
color: #4EF3BC;
}
.AnyTagClassName
{
color: #4EF3BC;
}
</style>
background-color css
<style>
a { background-color: #4EF3BC; }
a { background-color: rgb(78,243,188); }
div.DivClassName
{
background-color: #4EF3BC;
}
.BgClassName
{
background-color: #4EF3BC;
}
</style>
border-color css
<style>
span { border-color: #4EF3BC; }
span { border-color: rgb(78,243,188); }
td.TdClassName
{
border-color: #4EF3BC;
}
.TagClassName
{
border-color: #4EF3BC;
}
</style>