#4AD4BA

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

Shades of Medium Turquoise #4AD4BA

Tints of Medium Turquoise #4AD4BA

Color information

#4AD4BA (or 0x4AD4BA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D4 and BA. RGB value is (74,212,186). Sum of RGB (Red+Green+Blue) = 74+212+186=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD4BA is #B52B45. Grayscale: #A7A7A7. Windows color (decimal): -11873094 or 12244042. OLE color: 12244042.

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

Color convert

RGB74212186-
CMYK0.6500.120.17
HSL168.7º61.61%56.08%-
HSV(B)168.7º65.09%83.14%-
XYZ35.2352.0954.65-
YUV167.77138.2861.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.68%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=15.68%
G=44.92%
B=39.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal742121860.6500.120.17168.761.6156.08
Hex4AD4BA410C11a93e38
Octal112324272101014212517670
Binary100101011010100101110101000001011001000110101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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