Html Css Color HEX #3EE5BC Turquoise

📋 copy color: '#3EE5BC'

red 62 ◦ green 229 ◦ blue 188

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

Shades of Turquoise #3EE5BC

Tints of Turquoise #3EE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.81%

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 12.94%
G = 47.81%
B = 39.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#3EE5BC (or 0x3EE5BC) is known color: Turquoise. HEX triplet: 3E, E5 and BC. RGB value is (62,229,188). Sum of RGB (Red+Green+Blue) = 62+229+188=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE5BC is #C11A43. Grayscale: #AEAEAE. Windows color (decimal): -12655172 or 12379454. OLE color: 12379454.

HSL color Cylindrical-coordinate representation of color #3EE5BC: hue angle of 165.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE5BC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 62 229 188 -
CMYK 0.73 0 0.18 0.10
HSL 165.27º 0.76% 0.57% -
HSV(B) 165.27º 0.73% 0.9% -
XYZ 39.08 60.69 57.23 -
YUV 174.39 135.67 47.83 -
System Red Green Blue C M Y K H S L
Decimal 62 229 188 0.73 0 0.18 0.10 165.27 0.76 0.57
Hex 3E E5 BC 49 0 12 A A5 4C 39
Octal 76 345 274 111 0 22 12 245 114 71
Binary 111110 11100101 10111100 1001001 0 10010 1010 10100101 1001100 111001

Color Harmonies of #3EE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE5BC

Black with #3EE5BC

Text Example


Text Example

White with #3EE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,229,188); }

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

background-color css

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

 a { background-color: rgb(62,229,188); }

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

border-color css

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

 span { border-color: rgb(62,229,188); }

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