#3EE7B6

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

Shades of Turquoise #3EE7B6

Tints of Turquoise #3EE7B6

Color information

#3EE7B6 (or 0x3EE7B6) is unknown color: approx Turquoise. HEX triplet: 3E, E7 and B6. RGB value is (62,231,182). Sum of RGB (Red+Green+Blue) = 62+231+182=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7B6 is #C11849. Grayscale: #AEAEAE. Windows color (decimal): -12654666 or 11986750. OLE color: 11986750.

HSL color Cylindrical-coordinate representation of color #3EE7B6: hue angle of 162.6º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE7B6 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB62231182-
CMYK0.7300.210.09
HSL162.6º77.88%57.45%-
HSV(B)162.6º73.16%90.59%-
XYZ39.0161.5554.08-
YUV174.88132.0147.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.05%
GREEN value IS 231 (90.62% from 255) = 48.63%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=13.05%
G=48.63%
B=38.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal622311820.7300.210.09162.677.8857.45
Hex3EE7B6490159a34e39
Octal763472661110251124311671
Binary111110111001111011011010010010101011001101000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,231,182); }

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

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

 a { background-color: rgb(62,231,182); }

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

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

 span { border-color: rgb(62,231,182); }

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