#4AD4CA

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

Shades of Medium Turquoise #4AD4CA

Tints of Medium Turquoise #4AD4CA

Color information

#4AD4CA (or 0x4AD4CA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D4 and CA. RGB value is (74,212,202). Sum of RGB (Red+Green+Blue) = 74+212+202=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD4CA is #B52B35. Grayscale: #A9A9A9. Windows color (decimal): -11873078 or 13292618. OLE color: 13292618.

HSL color Cylindrical-coordinate representation of color #4AD4CA: hue angle of 175.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD4CA is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB74212202-
CMYK0.6500.050.17
HSL175.65º61.61%56.08%-
HSV(B)175.65º65.09%83.14%-
XYZ37.0352.8164.12-
YUV169.6146.2859.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.16%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=15.16%
G=43.44%
B=41.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal742122020.6500.050.17175.6561.6156.08
Hex4AD4CA410511b03e38
Octal11232431210105212607670
Binary10010101101010011001010100000101011000110110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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