#3EE5BC

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

Shades of Turquoise #3EE5BC

Tints of Turquoise #3EE5BC

Color information

#3EE5BC (or 0x3EE5BC) is unknown color: approx Turquoise. HEX triplet: 3E, E5 and BC. RGB value is (62,229,188). Sum of RGB (Red+Green+Blue) = 62+229+188=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE5BC is #C11A43. Grayscale: #AEAEAE. Windows color (decimal): -12655172 or 12379454. OLE color: 12379454.

HSL color Cylindrical-coordinate representation of color #3EE5BC: hue angle of 165.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE5BC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB62229188-
CMYK0.7300.180.10
HSL165.27º76.26%57.06%-
HSV(B)165.27º72.93%89.8%-
XYZ39.0860.6957.23-
YUV174.39135.6747.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.94%
GREEN value IS 229 (89.84% from 255) = 47.81%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=12.94%
G=47.81%
B=39.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal622291880.7300.180.10165.2776.2657.06
Hex3EE5BC49012Aa54c39
Octal763452741110221224511471
Binary111110111001011011110010010010100101010101001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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