#4AC6CA

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

Shades of Medium Turquoise #4AC6CA

Tints of Medium Turquoise #4AC6CA

Color information

#4AC6CA (or 0x4AC6CA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C6 and CA. RGB value is (74,198,202). Sum of RGB (Red+Green+Blue) = 74+198+202=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AC6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC6CA is #B53935. Grayscale: #A1A1A1. Windows color (decimal): -11876662 or 13289034. OLE color: 13289034.

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

Color convert

RGB74198202-
CMYK0.630.0200.21
HSL181.88º54.7%54.12%-
HSV(B)181.88º63.37%79.22%-
XYZ33.6846.1163-
YUV161.38150.9265.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.61%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=15.61%
G=41.77%
B=42.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741982020.630.0200.21181.8854.754.12
Hex4AC6CA3F2015b63736
Octal1123063127720252666766
Binary100101011000110110010101111111001010110110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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