#4EF1C3

Color #4EF1C3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4EF1C3

Tints of Turquoise #4EF1C3

Color information

#4EF1C3 (or 0x4EF1C3) is unknown color: approx Turquoise. HEX triplet: 4E, F1 and C3. RGB value is (78,241,195). Sum of RGB (Red+Green+Blue) = 78+241+195=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF1C3 is #B10E3C. Grayscale: #BBBBBB. Windows color (decimal): -11603517 or 12841294. OLE color: 12841294.

HSL color Cylindrical-coordinate representation of color #4EF1C3: hue angle of 163.07º 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 #4EF1C3 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB78241195-
CMYK0.6800.190.05
HSL163.07º85.34%62.55%-
HSV(B)163.07º67.63%94.51%-
XYZ44.4568.4762.5-
YUV187.02132.550.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 15.18%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=15.18%
G=46.89%
B=37.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal782411950.6800.190.05163.0785.3462.55
Hex4EF1C3440135a3553f
Octal116361303104023524312577
Binary100111011110001110000111000100010011101101000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EF1C3; }

 p { color: rgb(78,241,195); }

 H1.HeaderClassName
 {
   color: #4EF1C3;
 }
 .AnyTagClassName
 {
   color: #4EF1C3;
 }
</style>
background-color css

<style>
 a { background-color: #4EF1C3; }

 a { background-color: rgb(78,241,195); }

 div.DivClassName
 {
   background-color: #4EF1C3;
 }
 .BgClassName
 {
   background-color: #4EF1C3;
 }
</style>
border-color css

<style>
 span { border-color: #4EF1C3; }

 span { border-color: rgb(78,241,195); }

 td.TdClassName
 {
   border-color: #4EF1C3;
 }
 .TagClassName
 {
   border-color: #4EF1C3;
 }
</style>