#3ECCBB

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

Shades of Medium Turquoise #3ECCBB

Tints of Medium Turquoise #3ECCBB

Color information

#3ECCBB (or 0x3ECCBB) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CC and BB. RGB value is (62,204,187). Sum of RGB (Red+Green+Blue) = 62+204+187=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCBB is #C13344. Grayscale: #9F9F9F. Windows color (decimal): -12661573 or 12307518. OLE color: 12307518.

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

Color convert

RGB62204187-
CMYK0.7000.080.2
HSL172.82º58.2%52.16%-
HSV(B)172.82º69.61%80%-
XYZ32.5547.854.52-
YUV159.6143.4658.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.69%
GREEN value IS 204 (80.08% from 255) = 45.03%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=13.69%
G=45.03%
B=41.28%

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
Decimal622041870.7000.080.2172.8258.252.16
Hex3ECCBB460814ad3a34
Octal76314273106010242557264
Binary11111011001100101110111000110010001010010101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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