#3AC7CA

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

Shades of Medium Turquoise #3AC7CA

Tints of Medium Turquoise #3AC7CA

Color information

#3AC7CA (or 0x3AC7CA) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C7 and CA. RGB value is (58,199,202). Sum of RGB (Red+Green+Blue) = 58+199+202=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #3AC7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC7CA is #C53835. Grayscale: #9D9D9D. Windows color (decimal): -12924982 or 13289274. OLE color: 13289274.

HSL color Cylindrical-coordinate representation of color #3AC7CA: hue angle of 181.25º 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 #3AC7CA is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB58199202-
CMYK0.710.0100.21
HSL181.25º57.6%50.98%-
HSV(B)181.25º71.29%79.22%-
XYZ32.8346.0163.03-
YUV157.18153.2957.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.64%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=12.64%
G=43.36%
B=44.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal581992020.710.0100.21181.2557.650.98
Hex3AC7CA471015b53a33
Octal7230731210710252657263
Binary11101011000111110010101000111101010110110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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