#4AC2C9

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

Shades of Medium Turquoise #4AC2C9

Tints of Medium Turquoise #4AC2C9

Color information

#4AC2C9 (or 0x4AC2C9) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C2 and C9. RGB value is (74,194,201). Sum of RGB (Red+Green+Blue) = 74+194+201=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #4AC2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC2C9 is #B53D36. Grayscale: #9E9E9E. Windows color (decimal): -11877687 or 13222474. OLE color: 13222474.

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

Color convert

RGB74194201-
CMYK0.630.0300.21
HSL183.31º54.04%53.92%-
HSV(B)183.31º63.18%78.82%-
XYZ32.6644.2662.08-
YUV158.92151.7467.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.78%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=15.78%
G=41.36%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741942010.630.0300.21183.3154.0453.92
Hex4AC2C93F3015b73636
Octal1123023117730252676666
Binary100101011000010110010011111111101010110110111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,194,201); }

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

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

 a { background-color: rgb(74,194,201); }

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

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

 span { border-color: rgb(74,194,201); }

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