Html Css Color HEX #3EC3BC Medium Turquoise

📋 copy color: '#3EC3BC'

red 62 ◦ green 195 ◦ blue 188

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

Shades of Medium Turquoise #3EC3BC

Tints of Medium Turquoise #3EC3BC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

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

R = 13.93%
G = 43.82%
B = 42.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#3EC3BC (or 0x3EC3BC) is known color: Medium Turquoise. HEX triplet: 3E, C3 and BC. RGB value is (62,195,188). Sum of RGB (Red+Green+Blue) = 62+195+188=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC3BC is #C13C43. Grayscale: #9A9A9A. Windows color (decimal): -12663876 or 12370750. OLE color: 12370750.

HSL color Cylindrical-coordinate representation of color #3EC3BC: hue angle of 176.84º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC3BC is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 62 195 188 -
CMYK 0.68 0 0.04 0.24
HSL 176.84º 0.53% 0.5% -
HSV(B) 176.84º 0.68% 0.76% -
XYZ 30.58 43.69 54.4 -
YUV 154.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 62 195 188 0.68 0 0.04 0.24 176.84 0.53 0.5
Hex 3E C3 BC 44 0 4 18 B1 35 32
Octal 76 303 274 104 0 4 30 261 65 62
Binary 111110 11000011 10111100 1000100 0 100 11000 10110001 110101 110010

Color Harmonies of #3EC3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC3BC

Black with #3EC3BC

Text Example


Text Example

White with #3EC3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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