#3EF2B6

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

Shades of Turquoise #3EF2B6

Tints of Turquoise #3EF2B6

Color information

#3EF2B6 (or 0x3EF2B6) is unknown color: approx Turquoise. HEX triplet: 3E, F2 and B6. RGB value is (62,242,182). Sum of RGB (Red+Green+Blue) = 62+242+182=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2B6 is #C10D49. Grayscale: #B5B5B5. Windows color (decimal): -12651850 or 11989566. OLE color: 11989566.

HSL color Cylindrical-coordinate representation of color #3EF2B6: hue angle of 160º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2B6 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB62242182-
CMYK0.7400.250.05
HSL160º87.38%59.61%-
HSV(B)160º74.38%94.9%-
XYZ42.1867.9155.14-
YUV181.34128.3742.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.76%
GREEN value IS 242 (94.92% from 255) = 49.79%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=12.76%
G=49.79%
B=37.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622421820.7400.250.0516087.3859.61
Hex3EF2B64A0195a0573c
Octal76362266112031524012774
Binary11111011110010101101101001010011001101101000001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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