Html Css Color HEX #3EE7BA Turquoise

📋 copy color: '#3EE7BA'

red 62 ◦ green 231 ◦ blue 186

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

Shades of Turquoise #3EE7BA

Tints of Turquoise #3EE7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.23%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 12.94%
G = 48.23%
B = 38.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#3EE7BA (or 0x3EE7BA) is known color: Turquoise. HEX triplet: 3E, E7 and BA. RGB value is (62,231,186). Sum of RGB (Red+Green+Blue) = 62+231+186=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7BA is #C11845. Grayscale: #AFAFAF. Windows color (decimal): -12654662 or 12248894. OLE color: 12248894.

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

Color convert

RGB 62 231 186 -
CMYK 0.73 0 0.19 0.09
HSL 164.02º 0.78% 0.57% -
HSV(B) 164.02º 0.73% 0.91% -
XYZ 39.43 61.72 56.29 -
YUV 175.34 134.01 47.16 -
System Red Green Blue C M Y K H S L
Decimal 62 231 186 0.73 0 0.19 0.09 164.02 0.78 0.57
Hex 3E E7 BA 49 0 13 9 A4 4E 39
Octal 76 347 272 111 0 23 11 244 116 71
Binary 111110 11100111 10111010 1001001 0 10011 1001 10100100 1001110 111001

Color Harmonies of #3EE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE7BA

Black with #3EE7BA

Text Example


Text Example

White with #3EE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,231,186); }

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

background-color css

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

 a { background-color: rgb(62,231,186); }

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

border-color css

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

 span { border-color: rgb(62,231,186); }

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