#3EC7CA

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

Shades of Medium Turquoise #3EC7CA

Tints of Medium Turquoise #3EC7CA

Color information

#3EC7CA (or 0x3EC7CA) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C7 and CA. RGB value is (62,199,202). Sum of RGB (Red+Green+Blue) = 62+199+202=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EC7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC7CA is #C13835. Grayscale: #9E9E9E. Windows color (decimal): -12662838 or 13289278. OLE color: 13289278.

HSL color Cylindrical-coordinate representation of color #3EC7CA: hue angle of 181.29º 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 #3EC7CA is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB62199202-
CMYK0.690.0100.21
HSL181.29º56.91%51.76%-
HSV(B)181.29º69.31%79.22%-
XYZ33.0746.1463.04-
YUV158.38152.6159.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.39%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=13.39%
G=42.98%
B=43.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal621992020.690.0100.21181.2956.9151.76
Hex3EC7CA451015b53934
Octal7630731210510252657164
Binary11111011000111110010101000101101010110110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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