#3EF2BE

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

Shades of Turquoise #3EF2BE

Tints of Turquoise #3EF2BE

Color information

#3EF2BE (or 0x3EF2BE) is unknown color: approx Turquoise. HEX triplet: 3E, F2 and BE. RGB value is (62,242,190). Sum of RGB (Red+Green+Blue) = 62+242+190=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2BE is #C10D41. Grayscale: #B6B6B6. Windows color (decimal): -12651842 or 12513854. OLE color: 12513854.

HSL color Cylindrical-coordinate representation of color #3EF2BE: hue angle of 162.67º 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 #3EF2BE is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB62242190-
CMYK0.7400.210.05
HSL162.67º87.38%59.61%-
HSV(B)162.67º74.38%94.9%-
XYZ43.0368.2559.62-
YUV182.25132.3742.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.55%
GREEN value IS 242 (94.92% from 255) = 48.99%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=12.55%
G=48.99%
B=38.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622421900.7400.210.05162.6787.3859.61
Hex3EF2BE4A0155a3573c
Octal76362276112025524312774
Binary11111011110010101111101001010010101101101000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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