#3ECAC5

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

Shades of Medium Turquoise #3ECAC5

Tints of Medium Turquoise #3ECAC5

Color information

#3ECAC5 (or 0x3ECAC5) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CA and C5. RGB value is (62,202,197). Sum of RGB (Red+Green+Blue) = 62+202+197=461 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.45% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECAC5 is #C1353A. Grayscale: #9F9F9F. Windows color (decimal): -12662075 or 12962366. OLE color: 12962366.

HSL color Cylindrical-coordinate representation of color #3ECAC5: hue angle of 177.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECAC5 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB62202197-
CMYK0.6900.020.21
HSL177.86º56.91%51.76%-
HSV(B)177.86º69.31%79.22%-
XYZ33.1947.360.2-
YUV159.57149.1258.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.45%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=13.45%
G=43.82%
B=42.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal622021970.6900.020.21177.8656.9151.76
Hex3ECAC5450215b23934
Octal7631230510502252627164
Binary111110110010101100010110001010101010110110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ECAC5; }

 p { color: rgb(62,202,197); }

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

<style>
 a { background-color: #3ECAC5; }

 a { background-color: rgb(62,202,197); }

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

<style>
 span { border-color: #3ECAC5; }

 span { border-color: rgb(62,202,197); }

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