#3ECCBC

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

Shades of Medium Turquoise #3ECCBC

Tints of Medium Turquoise #3ECCBC

Color information

#3ECCBC (or 0x3ECCBC) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CC and BC. RGB value is (62,204,188). Sum of RGB (Red+Green+Blue) = 62+204+188=454 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.66% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCBC is #C13343. Grayscale: #9F9F9F. Windows color (decimal): -12661572 or 12373054. OLE color: 12373054.

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

Color convert

RGB62204188-
CMYK0.7000.080.2
HSL173.24º58.2%52.16%-
HSV(B)173.24º69.61%80%-
XYZ32.6647.8455.09-
YUV159.72143.9658.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.66%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=13.66%
G=44.93%
B=41.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal622041880.7000.080.2173.2458.252.16
Hex3ECCBC460814ad3a34
Octal76314274106010242557264
Binary11111011001100101111001000110010001010010101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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