#3ACAC5

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

Shades of Medium Turquoise #3ACAC5

Tints of Medium Turquoise #3ACAC5

Color information

#3ACAC5 (or 0x3ACAC5) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CA and C5. RGB value is (58,202,197). Sum of RGB (Red+Green+Blue) = 58+202+197=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACAC5 is #C5353A. Grayscale: #9E9E9E. Windows color (decimal): -12924219 or 12962362. OLE color: 12962362.

HSL color Cylindrical-coordinate representation of color #3ACAC5: hue angle of 177.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACAC5 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB58202197-
CMYK0.7100.020.21
HSL177.92º57.6%50.98%-
HSV(B)177.92º71.29%79.22%-
XYZ32.9447.1760.19-
YUV158.37149.7956.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.69%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=12.69%
G=44.20%
B=43.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021970.7100.020.21177.9257.650.98
Hex3ACAC5470215b23a33
Octal7231230510702252627263
Binary111010110010101100010110001110101010110110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,197); }

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

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

 a { background-color: rgb(58,202,197); }

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

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

 span { border-color: rgb(58,202,197); }

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