#4EEDCB

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

Shades of Turquoise #4EEDCB

Tints of Turquoise #4EEDCB

Color information

#4EEDCB (or 0x4EEDCB) is unknown color: approx Turquoise. HEX triplet: 4E, ED and CB. RGB value is (78,237,203). Sum of RGB (Red+Green+Blue) = 78+237+203=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDCB is #B11234. Grayscale: #B9B9B9. Windows color (decimal): -11604533 or 13364558. OLE color: 13364558.

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

Color convert

RGB78237203-
CMYK0.6700.140.07
HSL167.17º81.54%61.76%-
HSV(B)167.17º67.09%92.94%-
XYZ44.2166.567.01-
YUV185.58137.8251.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.06%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=15.06%
G=45.75%
B=39.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782372030.6700.140.07167.1781.5461.76
Hex4EEDCB430E7a7523e
Octal116355313103016724712276
Binary10011101110110111001011100001101110111101001111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,237,203); }

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

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

 a { background-color: rgb(78,237,203); }

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

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

 span { border-color: rgb(78,237,203); }

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