#4ACAB5

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

Shades of Medium Turquoise #4ACAB5

Tints of Medium Turquoise #4ACAB5

Color information

#4ACAB5 (or 0x4ACAB5) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and B5. RGB value is (74,202,181). Sum of RGB (Red+Green+Blue) = 74+202+181=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAB5 is #B5354A. Grayscale: #A1A1A1. Windows color (decimal): -11875659 or 11913802. OLE color: 11913802.

HSL color Cylindrical-coordinate representation of color #4ACAB5: hue angle of 170.16º 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 #4ACAB5 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB74202181-
CMYK0.6300.100.21
HSL170.16º54.7%54.12%-
HSV(B)170.16º63.37%79.22%-
XYZ32.2947.0351.09-
YUV161.33139.0965.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.19%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=16.19%
G=44.20%
B=39.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021810.6300.100.21170.1654.754.12
Hex4ACAB53F0A15aa3736
Octal11231226577012252526766
Binary10010101100101010110101111111010101010110101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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