#3ed6c0

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

Shades of Medium Turquoise #3ED6C0

Tints of Medium Turquoise #3ED6C0

Color information

#3ED6C0 (or 0x3ED6C0) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D6 and C0. RGB value is (62,214,192). Sum of RGB (Red+Green+Blue) = 62+214+192=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED6C0 is #C1293F. Grayscale: #A5A5A5. Windows color (decimal): -12659008 or 12637758. OLE color: 12637758.

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

Color convert

RGB62214192-
CMYK0.7100.100.16
HSL171.32º64.96%54.12%-
HSV(B)171.32º71.03%83.92%-
XYZ35.5552.9258.21-
YUV166.04142.6453.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.25%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=13.25%
G=45.73%
B=41.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal622141920.7100.100.16171.3264.9654.12
Hex3ED6C0470A10ab4136
Octal763263001070122025310166
Binary111110110101101100000010001110101010000101010111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ed6c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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