#4EC1C4

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

Shades of Medium Turquoise #4EC1C4

Tints of Medium Turquoise #4EC1C4

Color information

#4EC1C4 (or 0x4EC1C4) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C1 and C4. RGB value is (78,193,196). Sum of RGB (Red+Green+Blue) = 78+193+196=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #4EC1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1C4 is #B13E3B. Grayscale: #9E9E9E. Windows color (decimal): -11615804 or 12894542. OLE color: 12894542.

HSL color Cylindrical-coordinate representation of color #4EC1C4: hue angle of 181.53º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC1C4 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB78193196-
CMYK0.600.0200.23
HSL181.53º50%53.73%-
HSV(B)181.53º60.2%76.86%-
XYZ32.1843.7558.97-
YUV158.96148.970.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.70%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=16.70%
G=41.33%
B=41.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal781931960.600.0200.23181.535053.73
Hex4EC1C43C2017b63236
Octal1163013047420272666266
Binary100111011000001110001001111001001011110110110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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