#3EE6B1

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

Shades of Turquoise #3EE6B1

Tints of Turquoise #3EE6B1

Color information

#3EE6B1 (or 0x3EE6B1) is unknown color: approx Turquoise. HEX triplet: 3E, E6 and B1. RGB value is (62,230,177). Sum of RGB (Red+Green+Blue) = 62+230+177=469 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.22% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE6B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EE6B1 is #C1194E. Grayscale: #ADADAD. Windows color (decimal): -12654927 or 11658814. OLE color: 11658814.

HSL color Cylindrical-coordinate representation of color #3EE6B1: hue angle of 161.07º degrees, saturation: 0.77, 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 #3EE6B1 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB62230177-
CMYK0.7300.230.10
HSL161.07º77.06%57.25%-
HSV(B)161.07º73.04%90.2%-
XYZ38.2260.7951.31-
YUV173.73129.8448.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.22%
GREEN value IS 230 (90.23% from 255) = 49.04%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=13.22%
G=49.04%
B=37.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal622301770.7300.230.10161.0777.0657.25
Hex3EE6B149017Aa14d39
Octal763462611110271224111571
Binary111110111001101011000110010010101111010101000011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,230,177); }

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

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

 a { background-color: rgb(62,230,177); }

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

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

 span { border-color: rgb(62,230,177); }

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