Html Css Color HEX #3ED5BC Medium Turquoise

📋 copy color: '#3ED5BC'

red 62 ◦ green 213 ◦ blue 188

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

Shades of Medium Turquoise #3ED5BC

Tints of Medium Turquoise #3ED5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 13.39%
G = 46%
B = 40.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#3ED5BC (or 0x3ED5BC) is known color: Medium Turquoise. HEX triplet: 3E, D5 and BC. RGB value is (62,213,188). Sum of RGB (Red+Green+Blue) = 62+213+188=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED5BC is #C12A43. Grayscale: #A4A4A4. Windows color (decimal): -12659268 or 12375358. OLE color: 12375358.

HSL color Cylindrical-coordinate representation of color #3ED5BC: hue angle of 170.07º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED5BC is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 62 213 188 -
CMYK 0.71 0 0.12 0.16
HSL 170.07º 0.64% 0.54% -
HSV(B) 170.07º 0.71% 0.84% -
XYZ 34.86 52.24 55.82 -
YUV 165 140.97 54.53 -
System Red Green Blue C M Y K H S L
Decimal 62 213 188 0.71 0 0.12 0.16 170.07 0.64 0.54
Hex 3E D5 BC 47 0 C 10 AA 40 36
Octal 76 325 274 107 0 14 20 252 100 66
Binary 111110 11010101 10111100 1000111 0 1100 10000 10101010 1000000 110110

Color Harmonies of #3ED5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED5BC

Black with #3ED5BC

Text Example


Text Example

White with #3ED5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,213,188); }

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

background-color css

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

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

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

border-color css

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

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

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