Html Css Color HEX #3EC0BD Medium Turquoise

📋 copy color: '#3EC0BD'

red 62 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #3EC0BD

Tints of Medium Turquoise #3EC0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 14%
G = 43.34%
B = 42.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#3EC0BD (or 0x3EC0BD) is known color: Medium Turquoise. HEX triplet: 3E, C0 and BD. RGB value is (62,192,189). Sum of RGB (Red+Green+Blue) = 62+192+189=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC0BD is #C13F42. Grayscale: #989898. Windows color (decimal): -12664643 or 12435518. OLE color: 12435518.

HSL color Cylindrical-coordinate representation of color #3EC0BD: hue angle of 178.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC0BD is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 192 189 -
CMYK 0.68 0 0.02 0.25
HSL 178.62º 0.51% 0.5% -
HSV(B) 178.62º 0.68% 0.75% -
XYZ 30.02 42.4 54.75 -
YUV 152.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 62 192 189 0.68 0 0.02 0.25 178.62 0.51 0.5
Hex 3E C0 BD 44 0 2 19 B3 33 32
Octal 76 300 275 104 0 2 31 263 63 62
Binary 111110 11000000 10111101 1000100 0 10 11001 10110011 110011 110010

Color Harmonies of #3EC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC0BD

Black with #3EC0BD

Text Example


Text Example

White with #3EC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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