Html Css Color HEX #3EBFBF Medium Turquoise

📋 copy color: '#3EBFBF'

red 62 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #3EBFBF

Tints of Medium Turquoise #3EBFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 13.96%
G = 43.02%
B = 43.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3EBFBF (or 0x3EBFBF) is known color: Medium Turquoise. HEX triplet: 3E, BF and BF. RGB value is (62,191,191). Sum of RGB (Red+Green+Blue) = 62+191+191=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #3EBFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBFBF is #C14040. Grayscale: #989898. Windows color (decimal): -12664897 or 12566334. OLE color: 12566334.

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

Color convert

RGB 62 191 191 -
CMYK 0.68 0 0 0.25
HSL 180º 0.51% 0.5% -
HSV(B) 180º 0.68% 0.75% -
XYZ 30.02 42.05 55.82 -
YUV 152.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 62 191 191 0.68 0 0 0.25 180 0.51 0.5
Hex 3E BF BF 44 0 0 19 B4 33 32
Octal 76 277 277 104 0 0 31 264 63 62
Binary 111110 10111111 10111111 1000100 0 0 11001 10110100 110011 110010

Color Harmonies of #3EBFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBFBF

Black with #3EBFBF

Text Example


Text Example

White with #3EBFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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