#4ecdbe

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

Shades of Medium Turquoise #4ECDBE

Tints of Medium Turquoise #4ECDBE

Color information

#4ECDBE (or 0x4ECDBE) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CD and BE. RGB value is (78,205,190). Sum of RGB (Red+Green+Blue) = 78+205+190=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDBE is #B13241. Grayscale: #A5A5A5. Windows color (decimal): -11612738 or 12504398. OLE color: 12504398.

HSL color Cylindrical-coordinate representation of color #4ECDBE: hue angle of 172.91º 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 #4ECDBE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB78205190-
CMYK0.6200.070.20
HSL172.91º55.95%55.49%-
HSV(B)172.91º61.95%80.39%-
XYZ34.274956.37-
YUV165.32141.9265.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.49%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=16.49%
G=43.34%
B=40.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal782051900.6200.070.20172.9155.9555.49
Hex4ECDBE3E0714ad3837
Octal1163152767607242557067
Binary1001110110011011011111011111001111010010101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ecdbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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