Html Css Color HEX #3EDCBA Turquoise

📋 copy color: '#3EDCBA'

red 62 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #3EDCBA

Tints of Turquoise #3EDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

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

R = 13.25%
G = 47.01%
B = 39.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#3EDCBA (or 0x3EDCBA) is known color: Turquoise. HEX triplet: 3E, DC and BA. RGB value is (62,220,186). Sum of RGB (Red+Green+Blue) = 62+220+186=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCBA is #C12345. Grayscale: #A8A8A8. Windows color (decimal): -12657478 or 12246078. OLE color: 12246078.

HSL color Cylindrical-coordinate representation of color #3EDCBA: hue angle of 167.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDCBA is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 220 186 -
CMYK 0.72 0 0.15 0.14
HSL 167.09º 0.69% 0.55% -
HSV(B) 167.09º 0.72% 0.86% -
XYZ 36.44 55.76 55.3 -
YUV 168.88 137.65 51.76 -
System Red Green Blue C M Y K H S L
Decimal 62 220 186 0.72 0 0.15 0.14 167.09 0.69 0.55
Hex 3E DC BA 48 0 F E A7 45 37
Octal 76 334 272 110 0 17 16 247 105 67
Binary 111110 11011100 10111010 1001000 0 1111 1110 10100111 1000101 110111

Color Harmonies of #3EDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCBA

Black with #3EDCBA

Text Example


Text Example

White with #3EDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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