Html Css Color HEX #3EBDB5 Medium Turquoise

📋 copy color: '#3EBDB5'

red 62 ◦ green 189 ◦ blue 181

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

Shades of Medium Turquoise #3EBDB5

Tints of Medium Turquoise #3EBDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.9%

R = 14.35%
G = 43.75%
B = 41.9%

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

#3EBDB5 (or 0x3EBDB5) is known color: Medium Turquoise. HEX triplet: 3E, BD and B5. RGB value is (62,189,181). Sum of RGB (Red+Green+Blue) = 62+189+181=432 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.35% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDB5 is #C1424A. Grayscale: #969696. Windows color (decimal): -12665419 or 11910462. OLE color: 11910462.

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

Color convert

RGB 62 189 181 -
CMYK 0.67 0 0.04 0.26
HSL 176.22º 0.51% 0.49% -
HSV(B) 176.22º 0.67% 0.74% -
XYZ 28.52 40.76 50.08 -
YUV 150.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 62 189 181 0.67 0 0.04 0.26 176.22 0.51 0.49
Hex 3E BD B5 43 0 4 1A B0 33 31
Octal 76 275 265 103 0 4 32 260 63 61
Binary 111110 10111101 10110101 1000011 0 100 11010 10110000 110011 110001

Color Harmonies of #3EBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBDB5

Black with #3EBDB5

Text Example


Text Example

White with #3EBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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