#4ADAD3

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

Shades of Medium Turquoise #4ADAD3

Tints of Medium Turquoise #4ADAD3

Color information

#4ADAD3 (or 0x4ADAD3) is unknown color: approx Medium Turquoise. HEX triplet: 4A, DA and D3. RGB value is (74,218,211). Sum of RGB (Red+Green+Blue) = 74+218+211=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAD3 is #B5252C. Grayscale: #AEAEAE. Windows color (decimal): -11871533 or 13883978. OLE color: 13883978.

HSL color Cylindrical-coordinate representation of color #4ADAD3: hue angle of 177.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADAD3 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB74218211-
CMYK0.6600.030.15
HSL177.08º66.06%57.25%-
HSV(B)177.08º66.06%85.49%-
XYZ39.6556.370.41-
YUV174.15148.7956.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.71%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=14.71%
G=43.34%
B=41.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal742182110.6600.030.15177.0866.0657.25
Hex4ADAD34203Fb14239
Octal112332323102031726110271
Binary1001010110110101101001110000100111111101100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,218,211); }

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

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

 a { background-color: rgb(74,218,211); }

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

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

 span { border-color: rgb(74,218,211); }

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