#3ED6BC

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

Shades of Medium Turquoise #3ED6BC

Tints of Medium Turquoise #3ED6BC

Color information

#3ED6BC (or 0x3ED6BC) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D6 and BC. RGB value is (62,214,188). Sum of RGB (Red+Green+Blue) = 62+214+188=464 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.36% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED6BC is #C12943. Grayscale: #A5A5A5. Windows color (decimal): -12659012 or 12375614. OLE color: 12375614.

HSL color Cylindrical-coordinate representation of color #3ED6BC: hue angle of 169.74º 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 #3ED6BC is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB62214188-
CMYK0.7100.120.16
HSL169.74º64.96%54.12%-
HSV(B)169.74º71.03%83.92%-
XYZ35.1152.7555.91-
YUV165.59140.6454.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.36%
GREEN value IS 214 (83.98% from 255) = 46.12%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=13.36%
G=46.12%
B=40.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal622141880.7100.120.16169.7464.9654.12
Hex3ED6BC470C10aa4136
Octal763262741070142025210166
Binary111110110101101011110010001110110010000101010101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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