#4EF8CE

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

Shades of Turquoise #4EF8CE

Tints of Turquoise #4EF8CE

Color information

#4EF8CE (or 0x4EF8CE) is unknown color: approx Turquoise. HEX triplet: 4E, F8 and CE. RGB value is (78,248,206). Sum of RGB (Red+Green+Blue) = 78+248+206=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #4EF8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF8CE is #B10731. Grayscale: #C0C0C0. Windows color (decimal): -11601714 or 13563982. OLE color: 13563982.

HSL color Cylindrical-coordinate representation of color #4EF8CE: hue angle of 165.18º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EF8CE is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB78248206-
CMYK0.6900.170.03
HSL165.18º92.39%63.92%-
HSV(B)165.18º68.55%97.25%-
XYZ47.8573.2170-
YUV192.38135.6846.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.66%
GREEN value IS 248 (97.27% from 255) = 46.62%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=14.66%
G=46.62%
B=38.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal782482060.6900.170.03165.1892.3963.92
Hex4EF8CE450113a55c40
Octal1163703161050213245134100
Binary100111011111000110011101000101010001111010010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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