#3EC5B8

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

Shades of Medium Turquoise #3EC5B8

Tints of Medium Turquoise #3EC5B8

Color information

#3EC5B8 (or 0x3EC5B8) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C5 and B8. RGB value is (62,197,184). Sum of RGB (Red+Green+Blue) = 62+197+184=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC5B8 is #C13A47. Grayscale: #9B9B9B. Windows color (decimal): -12663368 or 12109118. OLE color: 12109118.

HSL color Cylindrical-coordinate representation of color #3EC5B8: hue angle of 174.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC5B8 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB62197184-
CMYK0.6900.070.23
HSL174.22º53.78%50.78%-
HSV(B)174.22º68.53%77.25%-
XYZ30.644.4252.31-
YUV155.15144.2761.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.00%
GREEN value IS 197 (77.34% from 255) = 44.47%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=14.00%
G=44.47%
B=41.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal621971840.6900.070.23174.2253.7850.78
Hex3EC5B8450717ae3633
Octal7630527010507272566663
Binary1111101100010110111000100010101111011110101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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