#4ACAC9

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

Shades of Medium Turquoise #4ACAC9

Tints of Medium Turquoise #4ACAC9

Color information

#4ACAC9 (or 0x4ACAC9) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and C9. RGB value is (74,202,201). Sum of RGB (Red+Green+Blue) = 74+202+201=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAC9 is #B53536. Grayscale: #A3A3A3. Windows color (decimal): -11875639 or 13224522. OLE color: 13224522.

HSL color Cylindrical-coordinate representation of color #4ACAC9: hue angle of 179.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACAC9 is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB74202201-
CMYK0.6300.000.21
HSL179.53º54.7%54.12%-
HSV(B)179.53º63.37%79.22%-
XYZ34.4947.9162.69-
YUV163.61149.0964.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.51%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=15.51%
G=42.35%
B=42.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742022010.6300.000.21179.5354.754.12
Hex4ACAC93F0015b43736
Octal1123123117700252646766
Binary10010101100101011001001111111001010110110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ACAC9; }

 p { color: rgb(74,202,201); }

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

<style>
 a { background-color: #4ACAC9; }

 a { background-color: rgb(74,202,201); }

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

<style>
 span { border-color: #4ACAC9; }

 span { border-color: rgb(74,202,201); }

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