#4EC8C1

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

Shades of Medium Turquoise #4EC8C1

Tints of Medium Turquoise #4EC8C1

Color information

#4EC8C1 (or 0x4EC8C1) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C8 and C1. RGB value is (78,200,193). Sum of RGB (Red+Green+Blue) = 78+200+193=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8C1 is #B1373E. Grayscale: #A2A2A2. Windows color (decimal): -11614015 or 12699726. OLE color: 12699726.

HSL color Cylindrical-coordinate representation of color #4EC8C1: hue angle of 176.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC8C1 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB78200193-
CMYK0.6100.040.22
HSL176.56º52.59%54.51%-
HSV(B)176.56º61%78.43%-
XYZ33.4246.7857.72-
YUV162.72145.0867.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.56%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=16.56%
G=42.46%
B=40.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal782001930.6100.040.22176.5652.5954.51
Hex4EC8C13D0416b13537
Octal1163103017504262616567
Binary1001110110010001100000111110101001011010110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,200,193); }

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

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

 a { background-color: rgb(78,200,193); }

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

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

 span { border-color: rgb(78,200,193); }

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