Html Css Color HEX #3EBDB6 Medium Turquoise

📋 copy color: '#3EBDB6'

red 62 ◦ green 189 ◦ blue 182

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

Shades of Medium Turquoise #3EBDB6

Tints of Medium Turquoise #3EBDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.03%

R = 14.32%
G = 43.65%
B = 42.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#3EBDB6 (or 0x3EBDB6) is known color: Medium Turquoise. HEX triplet: 3E, BD and B6. RGB value is (62,189,182). Sum of RGB (Red+Green+Blue) = 62+189+182=433 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.32% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDB6 is #C14249. Grayscale: #969696. Windows color (decimal): -12665418 or 11975998. OLE color: 11975998.

HSL color Cylindrical-coordinate representation of color #3EBDB6: hue angle of 176.69º 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 #3EBDB6 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 189 182 -
CMYK 0.67 0 0.04 0.26
HSL 176.69º 0.51% 0.49% -
HSV(B) 176.69º 0.67% 0.74% -
XYZ 28.63 40.8 50.62 -
YUV 150.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 62 189 182 0.67 0 0.04 0.26 176.69 0.51 0.49
Hex 3E BD B6 43 0 4 1A B1 33 31
Octal 76 275 266 103 0 4 32 261 63 61
Binary 111110 10111101 10110110 1000011 0 100 11010 10110001 110011 110001

Color Harmonies of #3EBDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBDB6

Black with #3EBDB6

Text Example


Text Example

White with #3EBDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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