Html Css Color HEX #3EC6B4 Medium Turquoise

📋 copy color: '#3EC6B4'

red 62 ◦ green 198 ◦ blue 180

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

Shades of Medium Turquoise #3EC6B4

Tints of Medium Turquoise #3EC6B4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 14.09%
G = 45%
B = 40.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#3EC6B4 (or 0x3EC6B4) is known color: Medium Turquoise. HEX triplet: 3E, C6 and B4. RGB value is (62,198,180). Sum of RGB (Red+Green+Blue) = 62+198+180=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC6B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC6B4 is #C1394B. Grayscale: #9B9B9B. Windows color (decimal): -12663116 or 11847230. OLE color: 11847230.

HSL color Cylindrical-coordinate representation of color #3EC6B4: hue angle of 172.06º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC6B4 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 62 198 180 -
CMYK 0.69 0 0.09 0.22
HSL 172.06º 0.54% 0.51% -
HSV(B) 172.06º 0.69% 0.78% -
XYZ 30.42 44.71 50.21 -
YUV 155.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 62 198 180 0.69 0 0.09 0.22 172.06 0.54 0.51
Hex 3E C6 B4 45 0 9 16 AC 36 33
Octal 76 306 264 105 0 11 26 254 66 63
Binary 111110 11000110 10110100 1000101 0 1001 10110 10101100 110110 110011

Color Harmonies of #3EC6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC6B4

Black with #3EC6B4

Text Example


Text Example

White with #3EC6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,198,180); }

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

background-color css

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

 a { background-color: rgb(62,198,180); }

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

border-color css

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

 span { border-color: rgb(62,198,180); }

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