#4ECFCC

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

Shades of Medium Turquoise #4ECFCC

Tints of Medium Turquoise #4ECFCC

Color information

#4ECFCC (or 0x4ECFCC) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CF and CC. RGB value is (78,207,204). Sum of RGB (Red+Green+Blue) = 78+207+204=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #4ECFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECFCC is #B13033. Grayscale: #A7A7A7. Windows color (decimal): -11612212 or 13422414. OLE color: 13422414.

HSL color Cylindrical-coordinate representation of color #4ECFCC: hue angle of 178.6º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECFCC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB78207204-
CMYK0.6200.010.19
HSL178.6º57.33%55.88%-
HSV(B)178.6º62.32%81.18%-
XYZ36.3550.664.98-
YUV168.09148.2663.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.95%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=15.95%
G=42.33%
B=41.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal782072040.6200.010.19178.657.3355.88
Hex4ECFCC3E0113b33938
Octal1163173147601232637170
Binary10011101100111111001100111110011001110110011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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