Html Css Color HEX #3EBDBA Medium Turquoise

📋 copy color: '#3EBDBA'

red 62 ◦ green 189 ◦ blue 186

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

Shades of Medium Turquoise #3EBDBA

Tints of Medium Turquoise #3EBDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

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

R = 14.19%
G = 43.25%
B = 42.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#3EBDBA (or 0x3EBDBA) is known color: Medium Turquoise. HEX triplet: 3E, BD and BA. RGB value is (62,189,186). Sum of RGB (Red+Green+Blue) = 62+189+186=437 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.19% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDBA is #C14245. Grayscale: #969696. Windows color (decimal): -12665414 or 12238142. OLE color: 12238142.

HSL color Cylindrical-coordinate representation of color #3EBDBA: hue angle of 178.58º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBDBA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 189 186 -
CMYK 0.67 0 0.02 0.26
HSL 178.58º 0.51% 0.49% -
HSV(B) 178.58º 0.67% 0.74% -
XYZ 29.05 40.96 52.83 -
YUV 150.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 62 189 186 0.67 0 0.02 0.26 178.58 0.51 0.49
Hex 3E BD BA 43 0 2 1A B3 33 31
Octal 76 275 272 103 0 2 32 263 63 61
Binary 111110 10111101 10111010 1000011 0 10 11010 10110011 110011 110001

Color Harmonies of #3EBDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBDBA

Black with #3EBDBA

Text Example


Text Example

White with #3EBDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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