#4EF1CE

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

Shades of Turquoise #4EF1CE

Tints of Turquoise #4EF1CE

Color information

#4EF1CE (or 0x4EF1CE) is unknown color: approx Turquoise. HEX triplet: 4E, F1 and CE. RGB value is (78,241,206). Sum of RGB (Red+Green+Blue) = 78+241+206=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF1CE is #B10E31. Grayscale: #BCBCBC. Windows color (decimal): -11603506 or 13562190. OLE color: 13562190.

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

Color convert

RGB78241206-
CMYK0.6800.150.05
HSL167.12º85.34%62.55%-
HSV(B)167.12º67.63%94.51%-
XYZ45.7468.9969.3-
YUV188.2713849.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.86%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=14.86%
G=45.90%
B=39.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal782412060.6800.150.05167.1285.3462.55
Hex4EF1CE440F5a7553f
Octal116361316104017524712577
Binary10011101111000111001110100010001111101101001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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