#4ACABA

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

Shades of Medium Turquoise #4ACABA

Tints of Medium Turquoise #4ACABA

Color information

#4ACABA (or 0x4ACABA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and BA. RGB value is (74,202,186). Sum of RGB (Red+Green+Blue) = 74+202+186=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABA is #B53545. Grayscale: #A1A1A1. Windows color (decimal): -11875654 or 12241482. OLE color: 12241482.

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

Color convert

RGB74202186-
CMYK0.6300.080.21
HSL172.5º54.7%54.12%-
HSV(B)172.5º63.37%79.22%-
XYZ32.8147.2453.84-
YUV161.9141.5965.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.02%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=16.02%
G=43.72%
B=40.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021860.6300.080.21172.554.754.12
Hex4ACABA3F0815ac3736
Octal11231227277010252546766
Binary10010101100101010111010111111010001010110101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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