#3EC3BA

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

Shades of Medium Turquoise #3EC3BA

Tints of Medium Turquoise #3EC3BA

Color information

#3EC3BA (or 0x3EC3BA) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C3 and BA. RGB value is (62,195,186). Sum of RGB (Red+Green+Blue) = 62+195+186=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC3BA is #C13C45. Grayscale: #9A9A9A. Windows color (decimal): -12663878 or 12239678. OLE color: 12239678.

HSL color Cylindrical-coordinate representation of color #3EC3BA: hue angle of 175.94º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC3BA is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB62195186-
CMYK0.6800.050.24
HSL175.94º52.57%50.39%-
HSV(B)175.94º68.21%76.47%-
XYZ30.3643.653.27-
YUV154.21145.9462.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.00%
GREEN value IS 195 (76.56% from 255) = 44.02%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=14.00%
G=44.02%
B=41.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal621951860.6800.050.24175.9452.5750.39
Hex3EC3BA440518b03532
Octal7630327210405302606562
Binary1111101100001110111010100010001011100010110000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,195,186); }

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

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

 a { background-color: rgb(62,195,186); }

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

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

 span { border-color: rgb(62,195,186); }

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