Html Css Color HEX #3EE0BF Turquoise

📋 copy color: '#3EE0BF'

red 62 ◦ green 224 ◦ blue 191

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

Shades of Turquoise #3EE0BF

Tints of Turquoise #3EE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.96%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 13%
G = 46.96%
B = 40.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#3EE0BF (or 0x3EE0BF) is known color: Turquoise. HEX triplet: 3E, E0 and BF. RGB value is (62,224,191). Sum of RGB (Red+Green+Blue) = 62+224+191=477 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.00% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0BF is #C11F40. Grayscale: #ABABAB. Windows color (decimal): -12656449 or 12574782. OLE color: 12574782.

HSL color Cylindrical-coordinate representation of color #3EE0BF: hue angle of 167.78º degrees, saturation: 0.72, 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 #3EE0BF is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 224 191 -
CMYK 0.72 0 0.15 0.12
HSL 167.78º 0.72% 0.56% -
HSV(B) 167.78º 0.72% 0.88% -
XYZ 38.05 58.1 58.5 -
YUV 171.8 138.83 49.68 -
System Red Green Blue C M Y K H S L
Decimal 62 224 191 0.72 0 0.15 0.12 167.78 0.72 0.56
Hex 3E E0 BF 48 0 F C A8 48 38
Octal 76 340 277 110 0 17 14 250 110 70
Binary 111110 11100000 10111111 1001000 0 1111 1100 10101000 1001000 111000

Color Harmonies of #3EE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0BF

Black with #3EE0BF

Text Example


Text Example

White with #3EE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,224,191); }

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

background-color css

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

 a { background-color: rgb(62,224,191); }

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

border-color css

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

 span { border-color: rgb(62,224,191); }

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