Html Css Color HEX #3EE1BA Turquoise

📋 copy color: '#3EE1BA'

red 62 ◦ green 225 ◦ blue 186

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

Shades of Turquoise #3EE1BA

Tints of Turquoise #3EE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

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

R = 13.11%
G = 47.57%
B = 39.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#3EE1BA (or 0x3EE1BA) is known color: Turquoise. HEX triplet: 3E, E1 and BA. RGB value is (62,225,186). Sum of RGB (Red+Green+Blue) = 62+225+186=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1BA is #C11E45. Grayscale: #ABABAB. Windows color (decimal): -12656198 or 12247358. OLE color: 12247358.

HSL color Cylindrical-coordinate representation of color #3EE1BA: hue angle of 165.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE1BA is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 225 186 -
CMYK 0.72 0 0.17 0.12
HSL 165.64º 0.73% 0.56% -
HSV(B) 165.64º 0.72% 0.88% -
XYZ 37.77 58.42 55.74 -
YUV 171.82 136 49.67 -
System Red Green Blue C M Y K H S L
Decimal 62 225 186 0.72 0 0.17 0.12 165.64 0.73 0.56
Hex 3E E1 BA 48 0 11 C A6 49 38
Octal 76 341 272 110 0 21 14 246 111 70
Binary 111110 11100001 10111010 1001000 0 10001 1100 10100110 1001001 111000

Color Harmonies of #3EE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE1BA

Black with #3EE1BA

Text Example


Text Example

White with #3EE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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