Html Css Color HEX #3AC2BC Medium Turquoise

📋 copy color: '#3AC2BC'

red 58 ◦ green 194 ◦ blue 188

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

Shades of Medium Turquoise #3AC2BC

Tints of Medium Turquoise #3AC2BC

RGB

 RED value IS 58 (23.05% from 255) = 13.18%

 GREEN value IS 194 (76.17% from 255) = 44.09%

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

R = 13.18%
G = 44.09%
B = 42.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#3AC2BC (or 0x3AC2BC) is known color: Medium Turquoise. HEX triplet: 3A, C2 and BC. RGB value is (58,194,188). Sum of RGB (Red+Green+Blue) = 58+194+188=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2BC is #C53D43. Grayscale: #989898. Windows color (decimal): -12926276 or 12370490. OLE color: 12370490.

HSL color Cylindrical-coordinate representation of color #3AC2BC: hue angle of 177.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC2BC is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 194 188 -
CMYK 0.70 0 0.03 0.24
HSL 177.35º 0.54% 0.49% -
HSV(B) 177.35º 0.7% 0.76% -
XYZ 30.11 43.11 54.31 -
YUV 152.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 58 194 188 0.70 0 0.03 0.24 177.35 0.54 0.49
Hex 3A C2 BC 46 0 3 18 B1 36 31
Octal 72 302 274 106 0 3 30 261 66 61
Binary 111010 11000010 10111100 1000110 0 11 11000 10110001 110110 110001

Color Harmonies of #3AC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC2BC

Black with #3AC2BC

Text Example


Text Example

White with #3AC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,194,188); }

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

background-color css

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

 a { background-color: rgb(58,194,188); }

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

border-color css

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

 span { border-color: rgb(58,194,188); }

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