Html Css Color HEX #3EBEC0 Medium Turquoise

📋 copy color: '#3EBEC0'

red 62 ◦ green 190 ◦ blue 192

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

Shades of Medium Turquoise #3EBEC0

Tints of Medium Turquoise #3EBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.79%

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 13.96%
G = 42.79%
B = 43.24%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3EBEC0 (or 0x3EBEC0) is known color: Medium Turquoise. HEX triplet: 3E, BE and C0. RGB value is (62,190,192). Sum of RGB (Red+Green+Blue) = 62+190+192=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #3EBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBEC0 is #C1413F. Grayscale: #979797. Windows color (decimal): -12665152 or 12631614. OLE color: 12631614.

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

Color convert

RGB 62 190 192 -
CMYK 0.68 0.01 0 0.25
HSL 180.92º 0.51% 0.5% -
HSV(B) 180.92º 0.68% 0.75% -
XYZ 29.91 41.66 56.33 -
YUV 151.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 62 190 192 0.68 0.01 0 0.25 180.92 0.51 0.5
Hex 3E BE C0 44 1 0 19 B5 33 32
Octal 76 276 300 104 1 0 31 265 63 62
Binary 111110 10111110 11000000 1000100 1 0 11001 10110101 110011 110010

Color Harmonies of #3EBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBEC0

Black with #3EBEC0

Text Example


Text Example

White with #3EBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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