Html Css Color HEX #3EE8BD Turquoise

📋 copy color: '#3EE8BD'

red 62 ◦ green 232 ◦ blue 189

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

Shades of Turquoise #3EE8BD

Tints of Turquoise #3EE8BD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.03%

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 12.84%
G = 48.03%
B = 39.13%

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

#3EE8BD (or 0x3EE8BD) is known color: Turquoise. HEX triplet: 3E, E8 and BD. RGB value is (62,232,189). Sum of RGB (Red+Green+Blue) = 62+232+189=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8BD is #C11742. Grayscale: #B0B0B0. Windows color (decimal): -12654403 or 12445758. OLE color: 12445758.

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

Color convert

RGB 62 232 189 -
CMYK 0.73 0 0.19 0.09
HSL 164.82º 0.79% 0.58% -
HSV(B) 164.82º 0.73% 0.91% -
XYZ 40.03 62.41 58.08 -
YUV 176.27 135.18 46.5 -
System Red Green Blue C M Y K H S L
Decimal 62 232 189 0.73 0 0.19 0.09 164.82 0.79 0.58
Hex 3E E8 BD 49 0 13 9 A5 4F 3A
Octal 76 350 275 111 0 23 11 245 117 72
Binary 111110 11101000 10111101 1001001 0 10011 1001 10100101 1001111 111010

Color Harmonies of #3EE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE8BD

Black with #3EE8BD

Text Example


Text Example

White with #3EE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,232,189); }

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

background-color css

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

 a { background-color: rgb(62,232,189); }

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

border-color css

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

 span { border-color: rgb(62,232,189); }

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