#3EC0BD

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

Shades of Medium Turquoise #3EC0BD

Tints of Medium Turquoise #3EC0BD

Color information

#3EC0BD (or 0x3EC0BD) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C0 and BD. RGB value is (62,192,189). Sum of RGB (Red+Green+Blue) = 62+192+189=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC0BD is #C13F42. Grayscale: #989898. Windows color (decimal): -12664643 or 12435518. OLE color: 12435518.

HSL color Cylindrical-coordinate representation of color #3EC0BD: hue angle of 178.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC0BD is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB62192189-
CMYK0.6800.020.25
HSL178.62º51.18%49.8%-
HSV(B)178.62º67.71%75.29%-
XYZ30.0242.454.75-
YUV152.79148.4363.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.00%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=14.00%
G=43.34%
B=42.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621921890.6800.020.25178.6251.1849.8
Hex3EC0BD440219b33332
Octal7630027510402312636362
Binary111110110000001011110110001000101100110110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,192,189); }

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

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

 a { background-color: rgb(62,192,189); }

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

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

 span { border-color: rgb(62,192,189); }

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