#4ACAC7

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

Shades of Medium Turquoise #4ACAC7

Tints of Medium Turquoise #4ACAC7

Color information

#4ACAC7 (or 0x4ACAC7) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and C7. RGB value is (74,202,199). Sum of RGB (Red+Green+Blue) = 74+202+199=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAC7 is #B53538. Grayscale: #A3A3A3. Windows color (decimal): -11875641 or 13093450. OLE color: 13093450.

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

Color convert

RGB74202199-
CMYK0.6300.010.21
HSL178.59º54.7%54.12%-
HSV(B)178.59º63.37%79.22%-
XYZ34.2547.8261.46-
YUV163.39148.0964.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.58%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 199 (78.12% from 255) = 41.89%
R=15.58%
G=42.53%
B=41.89%

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
Decimal742021990.6300.010.21178.5954.754.12
Hex4ACAC73F0115b33736
Octal1123123077701252636766
Binary10010101100101011000111111111011010110110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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