Html Css Color HEX #3EEAB1 Turquoise

📋 copy color: '#3EEAB1'

red 62 ◦ green 234 ◦ blue 177

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

Shades of Turquoise #3EEAB1

Tints of Turquoise #3EEAB1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 13.11%
G = 49.47%
B = 37.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#3EEAB1 (or 0x3EEAB1) is known color: Turquoise. HEX triplet: 3E, EA and B1. RGB value is (62,234,177). Sum of RGB (Red+Green+Blue) = 62+234+177=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EEAB1 is #C1154E. Grayscale: #B0B0B0. Windows color (decimal): -12653903 or 11659838. OLE color: 11659838.

HSL color Cylindrical-coordinate representation of color #3EEAB1: hue angle of 160.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEAB1 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 234 177 -
CMYK 0.74 0 0.24 0.08
HSL 160.12º 0.8% 0.58% -
HSV(B) 160.12º 0.74% 0.92% -
XYZ 39.35 63.04 51.69 -
YUV 176.07 128.52 46.63 -
System Red Green Blue C M Y K H S L
Decimal 62 234 177 0.74 0 0.24 0.08 160.12 0.8 0.58
Hex 3E EA B1 4A 0 18 8 A0 50 3A
Octal 76 352 261 112 0 30 10 240 120 72
Binary 111110 11101010 10110001 1001010 0 11000 1000 10100000 1010000 111010

Color Harmonies of #3EEAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEAB1

Black with #3EEAB1

Text Example


Text Example

White with #3EEAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,234,177); }

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

background-color css

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

 a { background-color: rgb(62,234,177); }

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

border-color css

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

 span { border-color: rgb(62,234,177); }

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