#4AC8C7

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

Shades of Medium Turquoise #4AC8C7

Tints of Medium Turquoise #4AC8C7

Color information

#4AC8C7 (or 0x4AC8C7) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C8 and C7. RGB value is (74,200,199). Sum of RGB (Red+Green+Blue) = 74+200+199=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC8C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC8C7 is #B53738. Grayscale: #A2A2A2. Windows color (decimal): -11876153 or 13092938. OLE color: 13092938.

HSL color Cylindrical-coordinate representation of color #4AC8C7: hue angle of 179.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC8C7 is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB74200199-
CMYK0.6300.000.22
HSL179.52º53.39%53.73%-
HSV(B)179.52º63%78.43%-
XYZ33.7946.8961.3-
YUV162.21148.7665.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.64%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 199 (78.12% from 255) = 42.07%
R=15.64%
G=42.28%
B=42.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal742001990.6300.000.22179.5253.3953.73
Hex4AC8C73F0016b43536
Octal1123103077700262646566
Binary10010101100100011000111111111001011010110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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