#4ECBCD

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

Shades of Medium Turquoise #4ECBCD

Tints of Medium Turquoise #4ECBCD

Color information

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

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

Color convert

RGB78203205-
CMYK0.620.0100.20
HSL180.94º55.95%55.49%-
HSV(B)180.94º61.95%80.39%-
XYZ35.5248.7465.29-
YUV165.85150.0965.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal782032050.620.0100.20180.9455.9555.49
Hex4ECBCD3E1014b53837
Octal1163133157610242657067
Binary10011101100101111001101111110101010010110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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