#4AD4B5

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

Shades of Medium Turquoise #4AD4B5

Tints of Medium Turquoise #4AD4B5

Color information

#4AD4B5 (or 0x4AD4B5) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D4 and B5. RGB value is (74,212,181). Sum of RGB (Red+Green+Blue) = 74+212+181=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD4B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD4B5 is #B52B4A. Grayscale: #A7A7A7. Windows color (decimal): -11873099 or 11916362. OLE color: 11916362.

HSL color Cylindrical-coordinate representation of color #4AD4B5: hue angle of 166.52º 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 #4AD4B5 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB74212181-
CMYK0.6500.150.17
HSL166.52º61.61%56.08%-
HSV(B)166.52º65.09%83.14%-
XYZ34.7151.8851.9-
YUV167.2135.7861.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.85%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=15.85%
G=45.40%
B=38.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal742121810.6500.150.17166.5261.6156.08
Hex4AD4B5410F11a73e38
Octal112324265101017212477670
Binary100101011010100101101011000001011111000110100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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