#4ECCC1

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

Shades of Medium Turquoise #4ECCC1

Tints of Medium Turquoise #4ECCC1

Color information

#4ECCC1 (or 0x4ECCC1) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CC and C1. RGB value is (78,204,193). Sum of RGB (Red+Green+Blue) = 78+204+193=475 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.42% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCC1 is #B1333E. Grayscale: #A4A4A4. Windows color (decimal): -11612991 or 12700750. OLE color: 12700750.

HSL color Cylindrical-coordinate representation of color #4ECCC1: hue angle of 174.76º degrees, saturation: 0.55, 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 #4ECCC1 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB78204193-
CMYK0.6200.050.2
HSL174.76º55.26%55.29%-
HSV(B)174.76º61.76%80%-
XYZ34.3648.6658.03-
YUV165.07143.7665.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.42%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=16.42%
G=42.95%
B=40.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal782041930.6200.050.2174.7655.2655.29
Hex4ECCC13E0514af3737
Octal1163143017605242576767
Binary1001110110011001100000111111001011010010101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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