#4AD1CA

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

Shades of Medium Turquoise #4AD1CA

Tints of Medium Turquoise #4AD1CA

Color information

#4AD1CA (or 0x4AD1CA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D1 and CA. RGB value is (74,209,202). Sum of RGB (Red+Green+Blue) = 74+209+202=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD1CA is #B52E35. Grayscale: #A7A7A7. Windows color (decimal): -11873846 or 13291850. OLE color: 13291850.

HSL color Cylindrical-coordinate representation of color #4AD1CA: hue angle of 176.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD1CA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB74209202-
CMYK0.6500.030.18
HSL176.89º59.47%55.49%-
HSV(B)176.89º64.59%81.96%-
XYZ36.2951.3263.87-
YUV167.84147.2761.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.26%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=15.26%
G=43.09%
B=41.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal742092020.6500.030.18176.8959.4755.49
Hex4AD1CA410312b13b37
Octal11232131210103222617367
Binary1001010110100011100101010000010111001010110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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