Shades of Turquoise #4EF6B6
Tints of Turquoise #4EF6B6
RGB
CMYK
RGB Variations
Color information
#4EF6B6 (or 0x4EF6B6) is known color: Turquoise. HEX triplet: 4E, F6 and B6. RGB value is (78,246,182). Sum of RGB (Red+Green+Blue) = 78+246+182=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF6B6 is #B10949. Grayscale: #BCBCBC. Windows color (decimal): -11602250 or 11990606. OLE color: 11990606.
HSL color Cylindrical-coordinate representation of color #4EF6B6: hue angle of 157.14º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6B6 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 246 | 182 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.04 |
| HSL | 157.14º | 0.9% | 0.64% | - |
| HSV(B) | 157.14º | 0.68% | 0.96% | - |
| XYZ | 44.54 | 70.91 | 55.6 | - |
| YUV | 188.47 | 124.34 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 246 | 182 | 0.68 | 0 | 0.26 | 0.04 | 157.14 | 0.9 | 0.64 |
| Hex | 4E | F6 | B6 | 44 | 0 | 1A | 4 | 9D | 5A | 40 |
| Octal | 116 | 366 | 266 | 104 | 0 | 32 | 4 | 235 | 132 | 100 |
| Binary | 1001110 | 11110110 | 10110110 | 1000100 | 0 | 11010 | 100 | 10011101 | 1011010 | 1000000 |
Color Harmonies of #4EF6B6
Complementary color
Monochromatic Colors of #4EF6B6
Black with #4EF6B6
Text Example
Text Example
White with #4EF6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF6B6; }
p { color: rgb(78,246,182); }
H1.HeaderClassName
{
color: #4EF6B6;
}
.AnyTagClassName
{
color: #4EF6B6;
}
</style>
background-color css
<style>
a { background-color: #4EF6B6; }
a { background-color: rgb(78,246,182); }
div.DivClassName
{
background-color: #4EF6B6;
}
.BgClassName
{
background-color: #4EF6B6;
}
</style>
border-color css
<style>
span { border-color: #4EF6B6; }
span { border-color: rgb(78,246,182); }
td.TdClassName
{
border-color: #4EF6B6;
}
.TagClassName
{
border-color: #4EF6B6;
}
</style>