Html Css Color HEX #3EF2BE Turquoise

📋 copy color: '#3EF2BE'

red 62 ◦ green 242 ◦ blue 190

#3EF2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EF2BE

Tints of Turquoise #3EF2BE

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 value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#3EF2BE (or 0x3EF2BE) is known color: 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

RGB 62 242 190 -
CMYK 0.74 0 0.21 0.05
HSL 162.67º 0.87% 0.6% -
HSV(B) 162.67º 0.74% 0.95% -
XYZ 43.03 68.25 59.62 -
YUV 182.25 132.37 42.23 -
System Red Green Blue C M Y K H S L
Decimal 62 242 190 0.74 0 0.21 0.05 162.67 0.87 0.6
Hex 3E F2 BE 4A 0 15 5 A3 57 3C
Octal 76 362 276 112 0 25 5 243 127 74
Binary 111110 11110010 10111110 1001010 0 10101 101 10100011 1010111 111100

Color Harmonies of #3EF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF2BE

Black with #3EF2BE

Text Example


Text Example

White with #3EF2BE

Text Example


Text Example

HTML Codes & Css Web 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>