#3ECEC0

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

Shades of Medium Turquoise #3ECEC0

Tints of Medium Turquoise #3ECEC0

Color information

#3ECEC0 (or 0x3ECEC0) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CE and C0. RGB value is (62,206,192). Sum of RGB (Red+Green+Blue) = 62+206+192=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEC0 is #C1313F. Grayscale: #A1A1A1. Windows color (decimal): -12661056 or 12635710. OLE color: 12635710.

HSL color Cylindrical-coordinate representation of color #3ECEC0: hue angle of 174.17º 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 #3ECEC0 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB62206192-
CMYK0.7000.070.19
HSL174.17º59.5%52.55%-
HSV(B)174.17º69.9%80.78%-
XYZ33.5748.9757.55-
YUV161.35145.2957.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.48%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 192 (75.39% from 255) = 41.74%
R=13.48%
G=44.78%
B=41.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal622061920.7000.070.19174.1759.552.55
Hex3ECEC0460713ae3c35
Octal7631630010607232567465
Binary1111101100111011000000100011001111001110101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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