#3EC3B9

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

Shades of Medium Turquoise #3EC3B9

Tints of Medium Turquoise #3EC3B9

Color information

#3EC3B9 (or 0x3EC3B9) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C3 and B9. RGB value is (62,195,185). Sum of RGB (Red+Green+Blue) = 62+195+185=442 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.03% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC3B9 is #C13C46. Grayscale: #9A9A9A. Windows color (decimal): -12663879 or 12174142. OLE color: 12174142.

HSL color Cylindrical-coordinate representation of color #3EC3B9: hue angle of 175.49º 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 #3EC3B9 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB62195185-
CMYK0.6800.050.24
HSL175.49º52.57%50.39%-
HSV(B)175.49º68.21%76.47%-
XYZ30.2643.5652.71-
YUV154.09145.4462.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.03%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=14.03%
G=44.12%
B=41.86%

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
Decimal621951850.6800.050.24175.4952.5750.39
Hex3EC3B9440518af3532
Octal7630327110405302576562
Binary1111101100001110111001100010001011100010101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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