Html Css Color HEX #3EC3B9 Medium Turquoise

📋 copy color: '#3EC3B9'

red 62 ◦ green 195 ◦ blue 185

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

Shades of Medium Turquoise #3EC3B9

Tints of Medium Turquoise #3EC3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 14.03%
G = 44.12%
B = 41.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#3EC3B9 (or 0x3EC3B9) is known color: Medium Turquoise. HEX triplet: 3E, C3 and B9. RGB value is (62,195,185). Sum of RGB (Red+Green+Blue) = 62+195+185=442 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.03% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC3B9 is #C13C46. Grayscale: #9A9A9A. Windows color (decimal): -12663879 or 12174142. OLE color: 12174142.

HSL color Cylindrical-coordinate representation of color #3EC3B9: hue angle of 175.49º 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 #3EC3B9 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 62 195 185 -
CMYK 0.68 0 0.05 0.24
HSL 175.49º 0.53% 0.5% -
HSV(B) 175.49º 0.68% 0.76% -
XYZ 30.26 43.56 52.71 -
YUV 154.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 62 195 185 0.68 0 0.05 0.24 175.49 0.53 0.5
Hex 3E C3 B9 44 0 5 18 AF 35 32
Octal 76 303 271 104 0 5 30 257 65 62
Binary 111110 11000011 10111001 1000100 0 101 11000 10101111 110101 110010

Color Harmonies of #3EC3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC3B9

Black with #3EC3B9

Text Example


Text Example

White with #3EC3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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