Html Css Color HEX #3EC8BA Medium Turquoise

📋 copy color: '#3EC8BA'

red 62 ◦ green 200 ◦ blue 186

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

Shades of Medium Turquoise #3EC8BA

Tints of Medium Turquoise #3EC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

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

R = 13.84%
G = 44.64%
B = 41.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#3EC8BA (or 0x3EC8BA) is known color: Medium Turquoise. HEX triplet: 3E, C8 and BA. RGB value is (62,200,186). Sum of RGB (Red+Green+Blue) = 62+200+186=448 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.84% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #3EC8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8BA is #C13745. Grayscale: #9D9D9D. Windows color (decimal): -12662598 or 12240958. OLE color: 12240958.

HSL color Cylindrical-coordinate representation of color #3EC8BA: hue angle of 173.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC8BA is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 62 200 186 -
CMYK 0.69 0 0.07 0.22
HSL 173.91º 0.56% 0.51% -
HSV(B) 173.91º 0.69% 0.78% -
XYZ 31.5 45.88 53.65 -
YUV 157.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 62 200 186 0.69 0 0.07 0.22 173.91 0.56 0.51
Hex 3E C8 BA 45 0 7 16 AE 38 33
Octal 76 310 272 105 0 7 26 256 70 63
Binary 111110 11001000 10111010 1000101 0 111 10110 10101110 111000 110011

Color Harmonies of #3EC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC8BA

Black with #3EC8BA

Text Example


Text Example

White with #3EC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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