#4ECDCB

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

Shades of Medium Turquoise #4ECDCB

Tints of Medium Turquoise #4ECDCB

Color information

#4ECDCB (or 0x4ECDCB) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CD and CB. RGB value is (78,205,203). Sum of RGB (Red+Green+Blue) = 78+205+203=486 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.05% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDCB is #B13234. Grayscale: #A6A6A6. Windows color (decimal): -11612725 or 13356366. OLE color: 13356366.

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

Color convert

RGB78205203-
CMYK0.6200.010.20
HSL179.06º55.95%55.49%-
HSV(B)179.06º61.95%80.39%-
XYZ35.7549.5964.19-
YUV166.8148.4264.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.05%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=16.05%
G=42.18%
B=41.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal782052030.6200.010.20179.0655.9555.49
Hex4ECDCB3E0114b33837
Octal1163153137601242637067
Binary10011101100110111001011111110011010010110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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