Html Css Color HEX #3EEAB8 Turquoise

📋 copy color: '#3EEAB8'

red 62 ◦ green 234 ◦ blue 184

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

Shades of Turquoise #3EEAB8

Tints of Turquoise #3EEAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 12.92%
G = 48.75%
B = 38.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#3EEAB8 (or 0x3EEAB8) is known color: Turquoise. HEX triplet: 3E, EA and B8. RGB value is (62,234,184). Sum of RGB (Red+Green+Blue) = 62+234+184=480 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.92% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAB8 is #C11547. Grayscale: #B0B0B0. Windows color (decimal): -12653896 or 12118590. OLE color: 12118590.

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

Color convert

RGB 62 234 184 -
CMYK 0.74 0 0.21 0.08
HSL 162.56º 0.8% 0.58% -
HSV(B) 162.56º 0.74% 0.92% -
XYZ 40.06 63.33 55.46 -
YUV 176.87 132.02 46.07 -
System Red Green Blue C M Y K H S L
Decimal 62 234 184 0.74 0 0.21 0.08 162.56 0.8 0.58
Hex 3E EA B8 4A 0 15 8 A3 50 3A
Octal 76 352 270 112 0 25 10 243 120 72
Binary 111110 11101010 10111000 1001010 0 10101 1000 10100011 1010000 111010

Color Harmonies of #3EEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEAB8

Black with #3EEAB8

Text Example


Text Example

White with #3EEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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