#3EC8B6

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

Shades of Medium Turquoise #3EC8B6

Tints of Medium Turquoise #3EC8B6

Color information

#3EC8B6 (or 0x3EC8B6) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C8 and B6. RGB value is (62,200,182). Sum of RGB (Red+Green+Blue) = 62+200+182=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #3EC8B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8B6 is #C13749. Grayscale: #9C9C9C. Windows color (decimal): -12662602 or 11978814. OLE color: 11978814.

HSL color Cylindrical-coordinate representation of color #3EC8B6: hue angle of 172.17º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC8B6 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB62200182-
CMYK0.6900.090.22
HSL172.17º55.65%51.37%-
HSV(B)172.17º69%78.43%-
XYZ31.0845.7151.44-
YUV156.69142.2860.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.96%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=13.96%
G=45.05%
B=40.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal622001820.6900.090.22172.1755.6551.37
Hex3EC8B6450916ac3833
Octal76310266105011262547063
Binary11111011001000101101101000101010011011010101100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,200,182); }

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

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

 a { background-color: rgb(62,200,182); }

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

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

 span { border-color: rgb(62,200,182); }

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