#3ECFB6

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

Shades of Medium Turquoise #3ECFB6

Tints of Medium Turquoise #3ECFB6

Color information

#3ECFB6 (or 0x3ECFB6) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CF and B6. RGB value is (62,207,182). Sum of RGB (Red+Green+Blue) = 62+207+182=451 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.75% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFB6 is #C13049. Grayscale: #A0A0A0. Windows color (decimal): -12660810 or 11980606. OLE color: 11980606.

HSL color Cylindrical-coordinate representation of color #3ECFB6: hue angle of 169.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECFB6 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB62207182-
CMYK0.7000.120.19
HSL169.66º60.17%52.75%-
HSV(B)169.66º70.05%81.18%-
XYZ32.7449.0351.99-
YUV160.79139.9657.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.75%
GREEN value IS 207 (81.25% from 255) = 45.90%
BLUE value IS 182 (71.48% from 255) = 40.35%
R=13.75%
G=45.90%
B=40.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal622071820.7000.120.19169.6660.1752.75
Hex3ECFB6460C13aa3c35
Octal76317266106014232527465
Binary11111011001111101101101000110011001001110101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,207,182); }

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

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

 a { background-color: rgb(62,207,182); }

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

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

 span { border-color: rgb(62,207,182); }

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