#3ECCB3

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

Shades of Medium Turquoise #3ECCB3

Tints of Medium Turquoise #3ECCB3

Color information

#3ECCB3 (or 0x3ECCB3) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CC and B3. RGB value is (62,204,179). Sum of RGB (Red+Green+Blue) = 62+204+179=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCB3 is #C1334C. Grayscale: #9E9E9E. Windows color (decimal): -12661581 or 11783230. OLE color: 11783230.

HSL color Cylindrical-coordinate representation of color #3ECCB3: hue angle of 169.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECCB3 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB62204179-
CMYK0.7000.120.2
HSL169.44º58.2%52.16%-
HSV(B)169.44º69.61%80%-
XYZ31.7247.4650.14-
YUV158.69139.4659.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.93%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=13.93%
G=45.84%
B=40.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal622041790.7000.120.2169.4458.252.16
Hex3ECCB3460C14a93a34
Octal76314263106014242517264
Binary11111011001100101100111000110011001010010101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,204,179); }

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

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

 a { background-color: rgb(62,204,179); }

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

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

 span { border-color: rgb(62,204,179); }

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