#4ACAC8

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

Shades of Medium Turquoise #4ACAC8

Tints of Medium Turquoise #4ACAC8

Color information

#4ACAC8 (or 0x4ACAC8) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and C8. RGB value is (74,202,200). Sum of RGB (Red+Green+Blue) = 74+202+200=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAC8 is #B53537. Grayscale: #A3A3A3. Windows color (decimal): -11875640 or 13158986. OLE color: 13158986.

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

Color convert

RGB74202200-
CMYK0.6300.010.21
HSL179.06º54.7%54.12%-
HSV(B)179.06º63.37%79.22%-
XYZ34.3747.8762.07-
YUV163.5148.5964.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.55%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=15.55%
G=42.44%
B=42.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742022000.6300.010.21179.0654.754.12
Hex4ACAC83F0115b33736
Octal1123123107701252636766
Binary10010101100101011001000111111011010110110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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