Html Css Color HEX #3EBFC0 Medium Turquoise

📋 copy color: '#3EBFC0'

red 62 ◦ green 191 ◦ blue 192

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

Shades of Medium Turquoise #3EBFC0

Tints of Medium Turquoise #3EBFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 42.92%

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

R = 13.93%
G = 42.92%
B = 43.15%

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

#3EBFC0 (or 0x3EBFC0) is known color: Medium Turquoise. HEX triplet: 3E, BF and C0. RGB value is (62,191,192). Sum of RGB (Red+Green+Blue) = 62+191+192=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #3EBFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBFC0 is #C1403F. Grayscale: #989898. Windows color (decimal): -12664896 or 12631870. OLE color: 12631870.

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

Color convert

RGB 62 191 192 -
CMYK 0.68 0.01 0 0.25
HSL 180.46º 0.51% 0.5% -
HSV(B) 180.46º 0.68% 0.75% -
XYZ 30.13 42.09 56.41 -
YUV 152.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 62 191 192 0.68 0.01 0 0.25 180.46 0.51 0.5
Hex 3E BF C0 44 1 0 19 B4 33 32
Octal 76 277 300 104 1 0 31 264 63 62
Binary 111110 10111111 11000000 1000100 1 0 11001 10110100 110011 110010

Color Harmonies of #3EBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBFC0

Black with #3EBFC0

Text Example


Text Example

White with #3EBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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