#4EC5CD

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

Shades of Medium Turquoise #4EC5CD

Tints of Medium Turquoise #4EC5CD

Color information

#4EC5CD (or 0x4EC5CD) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C5 and CD. RGB value is (78,197,205). Sum of RGB (Red+Green+Blue) = 78+197+205=480 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.25% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC5CD is #B13A32. Grayscale: #A2A2A2. Windows color (decimal): -11614771 or 13485390. OLE color: 13485390.

HSL color Cylindrical-coordinate representation of color #4EC5CD: hue angle of 183.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC5CD is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78197205-
CMYK0.620.0400.20
HSL183.78º55.95%55.49%-
HSV(B)183.78º61.95%80.39%-
XYZ34.1345.9664.83-
YUV162.33152.0867.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.25%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=16.25%
G=41.04%
B=42.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781972050.620.0400.20183.7855.9555.49
Hex4EC5CD3E4014b83837
Octal1163053157640242707067
Binary1001110110001011100110111111010001010010111000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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