Shades of Turquoise #4EF3C6
Tints of Turquoise #4EF3C6
RGB
CMYK
RGB Variations
Color information
#4EF3C6 (or 0x4EF3C6) is known color: Turquoise. HEX triplet: 4E, F3 and C6. RGB value is (78,243,198). Sum of RGB (Red+Green+Blue) = 78+243+198=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #4EF3C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF3C6 is #B10C39. Grayscale: #BCBCBC. Windows color (decimal): -11603002 or 13038414. OLE color: 13038414.
HSL color Cylindrical-coordinate representation of color #4EF3C6: hue angle of 163.64º 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 #4EF3C6 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 243 | 198 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.05 |
| HSL | 163.64º | 0.87% | 0.63% | - |
| HSV(B) | 163.64º | 0.68% | 0.95% | - |
| XYZ | 45.39 | 69.8 | 64.51 | - |
| YUV | 188.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 243 | 198 | 0.68 | 0 | 0.19 | 0.05 | 163.64 | 0.87 | 0.63 |
| Hex | 4E | F3 | C6 | 44 | 0 | 13 | 5 | A4 | 57 | 3F |
| Octal | 116 | 363 | 306 | 104 | 0 | 23 | 5 | 244 | 127 | 77 |
| Binary | 1001110 | 11110011 | 11000110 | 1000100 | 0 | 10011 | 101 | 10100100 | 1010111 | 111111 |
Color Harmonies of #4EF3C6
Complementary color
Monochromatic Colors of #4EF3C6
Black with #4EF3C6
Text Example
Text Example
White with #4EF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF3C6; }
p { color: rgb(78,243,198); }
H1.HeaderClassName
{
color: #4EF3C6;
}
.AnyTagClassName
{
color: #4EF3C6;
}
</style>
background-color css
<style>
a { background-color: #4EF3C6; }
a { background-color: rgb(78,243,198); }
div.DivClassName
{
background-color: #4EF3C6;
}
.BgClassName
{
background-color: #4EF3C6;
}
</style>
border-color css
<style>
span { border-color: #4EF3C6; }
span { border-color: rgb(78,243,198); }
td.TdClassName
{
border-color: #4EF3C6;
}
.TagClassName
{
border-color: #4EF3C6;
}
</style>