#4ECCD2

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

Shades of Medium Turquoise #4ECCD2

Tints of Medium Turquoise #4ECCD2

Color information

#4ECCD2 (or 0x4ECCD2) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CC and D2. RGB value is (78,204,210). Sum of RGB (Red+Green+Blue) = 78+204+210=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ECCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCD2 is #B1332D. Grayscale: #A6A6A6. Windows color (decimal): -11612974 or 13814862. OLE color: 13814862.

HSL color Cylindrical-coordinate representation of color #4ECCD2: hue angle of 182.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ECCD2 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78204210-
CMYK0.630.0300.18
HSL182.73º59.46%56.47%-
HSV(B)182.73º62.86%82.35%-
XYZ36.3749.4668.6-
YUV167.01152.2664.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.85%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=15.85%
G=41.46%
B=42.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782042100.630.0300.18182.7359.4656.47
Hex4ECCD23F3012b73b38
Octal1163143227730222677370
Binary100111011001100110100101111111101001010110111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,204,210); }

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

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

 a { background-color: rgb(78,204,210); }

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

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

 span { border-color: rgb(78,204,210); }

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