Html Css Color HEX #3EEAB4 Turquoise

📋 copy color: '#3EEAB4'

red 62 ◦ green 234 ◦ blue 180

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

Shades of Turquoise #3EEAB4

Tints of Turquoise #3EEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.82%

R = 13.03%
G = 49.16%
B = 37.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#3EEAB4 (or 0x3EEAB4) is known color: Turquoise. HEX triplet: 3E, EA and B4. RGB value is (62,234,180). Sum of RGB (Red+Green+Blue) = 62+234+180=476 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.03% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAB4 is #C1154B. Grayscale: #B0B0B0. Windows color (decimal): -12653900 or 11856446. OLE color: 11856446.

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

Color convert

RGB 62 234 180 -
CMYK 0.74 0 0.23 0.08
HSL 161.16º 0.8% 0.58% -
HSV(B) 161.16º 0.74% 0.92% -
XYZ 39.65 63.17 53.28 -
YUV 176.42 130.02 46.39 -
System Red Green Blue C M Y K H S L
Decimal 62 234 180 0.74 0 0.23 0.08 161.16 0.8 0.58
Hex 3E EA B4 4A 0 17 8 A1 50 3A
Octal 76 352 264 112 0 27 10 241 120 72
Binary 111110 11101010 10110100 1001010 0 10111 1000 10100001 1010000 111010

Color Harmonies of #3EEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEAB4

Black with #3EEAB4

Text Example


Text Example

White with #3EEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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