#4eefcd

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

Shades of Turquoise #4EEFCD

Tints of Turquoise #4EEFCD

Color information

#4EEFCD (or 0x4EEFCD) is unknown color: approx Turquoise. HEX triplet: 4E, EF and CD. RGB value is (78,239,205). Sum of RGB (Red+Green+Blue) = 78+239+205=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFCD is #B11032. Grayscale: #BABABA. Windows color (decimal): -11604019 or 13496142. OLE color: 13496142.

HSL color Cylindrical-coordinate representation of color #4EEFCD: hue angle of 167.33º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFCD is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB78239205-
CMYK0.6700.140.06
HSL167.33º83.42%62.16%-
HSV(B)167.33º67.36%93.73%-
XYZ45.0367.7668.46-
YUV186.98138.1650.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.94%
GREEN value IS 239 (93.75% from 255) = 45.79%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=14.94%
G=45.79%
B=39.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782392050.6700.140.06167.3383.4262.16
Hex4EEFCD430E6a7533e
Octal116357315103016624712376
Binary10011101110111111001101100001101110110101001111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4eefcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,239,205); }

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

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

 a { background-color: rgb(78,239,205); }

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

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

 span { border-color: rgb(78,239,205); }

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