#3ED6B7

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

Shades of Medium Turquoise #3ED6B7

Tints of Medium Turquoise #3ED6B7

Color information

#3ED6B7 (or 0x3ED6B7) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D6 and B7. RGB value is (62,214,183). Sum of RGB (Red+Green+Blue) = 62+214+183=459 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.51% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED6B7 is #C12948. Grayscale: #A4A4A4. Windows color (decimal): -12659017 or 12047934. OLE color: 12047934.

HSL color Cylindrical-coordinate representation of color #3ED6B7: hue angle of 167.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED6B7 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB62214183-
CMYK0.7100.140.16
HSL167.76º64.96%54.12%-
HSV(B)167.76º71.03%83.92%-
XYZ34.5852.5453.12-
YUV165.02138.1454.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.51%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=13.51%
G=46.62%
B=39.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal622141830.7100.140.16167.7664.9654.12
Hex3ED6B7470E10a84136
Octal763262671070162025010166
Binary111110110101101011011110001110111010000101010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,214,183); }

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

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

 a { background-color: rgb(62,214,183); }

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

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

 span { border-color: rgb(62,214,183); }

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