#4EDCC6

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

Shades of Medium Turquoise #4EDCC6

Tints of Medium Turquoise #4EDCC6

Color information

#4EDCC6 (or 0x4EDCC6) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DC and C6. RGB value is (78,220,198). Sum of RGB (Red+Green+Blue) = 78+220+198=496 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.73% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCC6 is #B12339. Grayscale: #AEAEAE. Windows color (decimal): -11608890 or 13032526. OLE color: 13032526.

HSL color Cylindrical-coordinate representation of color #4EDCC6: hue angle of 170.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCC6 is Cyan = 0.65, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB78220198-
CMYK0.6500.10.14
HSL170.7º66.98%58.43%-
HSV(B)170.7º64.55%86.27%-
XYZ38.9356.8862.35-
YUV175.03140.9658.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.73%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=15.73%
G=44.35%
B=39.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782201980.6500.10.14170.766.9858.43
Hex4EDCC6410AEab433a
Octal1163343061010121625310372
Binary100111011011100110001101000001010101110101010111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,220,198); }

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

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

 a { background-color: rgb(78,220,198); }

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

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

 span { border-color: rgb(78,220,198); }

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