#3AC4B3

Color #3AC4B3 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3AC4B3

Tints of Medium Turquoise #3AC4B3

Color information

#3AC4B3 (or 0x3AC4B3) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C4 and B3. RGB value is (58,196,179). Sum of RGB (Red+Green+Blue) = 58+196+179=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC4B3 is #C53B4C. Grayscale: #989898. Windows color (decimal): -12925773 or 11781178. OLE color: 11781178.

HSL color Cylindrical-coordinate representation of color #3AC4B3: hue angle of 172.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC4B3 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB58196179-
CMYK0.7000.090.23
HSL172.61º54.33%49.8%-
HSV(B)172.61º70.41%76.86%-
XYZ29.6243.6349.51-
YUV152.8142.7860.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.39%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=13.39%
G=45.27%
B=41.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581961790.7000.090.23172.6154.3349.8
Hex3AC4B3460917ad3632
Octal72304263106011272556662
Binary11101011000100101100111000110010011011110101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,179); }

 H1.HeaderClassName
 {
   color: #3AC4B3;
 }
 .AnyTagClassName
 {
   color: #3AC4B3;
 }
</style>
background-color css

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

 a { background-color: rgb(58,196,179); }

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

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

 span { border-color: rgb(58,196,179); }

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