Html Css Color HEX #3EBEC1 Medium Turquoise

📋 copy color: '#3EBEC1'

red 62 ◦ green 190 ◦ blue 193

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

Shades of Medium Turquoise #3EBEC1

Tints of Medium Turquoise #3EBEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 13.93%
G = 42.7%
B = 43.37%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3EBEC1 (or 0x3EBEC1) is known color: Medium Turquoise. HEX triplet: 3E, BE and C1. RGB value is (62,190,193). Sum of RGB (Red+Green+Blue) = 62+190+193=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #3EBEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBEC1 is #C1413E. Grayscale: #979797. Windows color (decimal): -12665151 or 12697150. OLE color: 12697150.

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

Color convert

RGB 62 190 193 -
CMYK 0.68 0.02 0 0.24
HSL 181.37º 0.51% 0.5% -
HSV(B) 181.37º 0.68% 0.76% -
XYZ 30.03 41.7 56.92 -
YUV 152.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 62 190 193 0.68 0.02 0 0.24 181.37 0.51 0.5
Hex 3E BE C1 44 2 0 18 B5 33 32
Octal 76 276 301 104 2 0 30 265 63 62
Binary 111110 10111110 11000001 1000100 10 0 11000 10110101 110011 110010

Color Harmonies of #3EBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBEC1

Black with #3EBEC1

Text Example


Text Example

White with #3EBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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