Html Css Color HEX #3EE8BE Turquoise

📋 copy color: '#3EE8BE'

red 62 ◦ green 232 ◦ blue 190

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

Shades of Turquoise #3EE8BE

Tints of Turquoise #3EE8BE

RGB

 RED value IS 62 (24.61% from 255) = 12.81%

 GREEN value IS 232 (91.02% from 255) = 47.93%

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 12.81%
G = 47.93%
B = 39.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#3EE8BE (or 0x3EE8BE) is known color: Turquoise. HEX triplet: 3E, E8 and BE. RGB value is (62,232,190). Sum of RGB (Red+Green+Blue) = 62+232+190=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8BE is #C11741. Grayscale: #B0B0B0. Windows color (decimal): -12654402 or 12511294. OLE color: 12511294.

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

Color convert

RGB 62 232 190 -
CMYK 0.73 0 0.18 0.09
HSL 165.18º 0.79% 0.58% -
HSV(B) 165.18º 0.73% 0.91% -
XYZ 40.14 62.46 58.65 -
YUV 176.38 135.68 46.42 -
System Red Green Blue C M Y K H S L
Decimal 62 232 190 0.73 0 0.18 0.09 165.18 0.79 0.58
Hex 3E E8 BE 49 0 12 9 A5 4F 3A
Octal 76 350 276 111 0 22 11 245 117 72
Binary 111110 11101000 10111110 1001001 0 10010 1001 10100101 1001111 111010

Color Harmonies of #3EE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE8BE

Black with #3EE8BE

Text Example


Text Example

White with #3EE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EE8BE;
 }
 .AnyTagClassName
 {
   color: #3EE8BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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