#4AC1CA

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

Shades of Medium Turquoise #4AC1CA

Tints of Medium Turquoise #4AC1CA

Color information

#4AC1CA (or 0x4AC1CA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C1 and CA. RGB value is (74,193,202). Sum of RGB (Red+Green+Blue) = 74+193+202=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AC1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC1CA is #B53E35. Grayscale: #9E9E9E. Windows color (decimal): -11877942 or 13287754. OLE color: 13287754.

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

Color convert

RGB74193202-
CMYK0.630.0400.21
HSL184.22º54.7%54.12%-
HSV(B)184.22º63.37%79.22%-
XYZ32.5543.8662.63-
YUV158.44152.5867.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.78%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=15.78%
G=41.15%
B=43.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741932020.630.0400.21184.2254.754.12
Hex4AC1CA3F4015b83736
Octal1123013127740252706766
Binary1001010110000011100101011111110001010110111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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