#4ACDDA

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

Shades of Medium Turquoise #4ACDDA

Tints of Medium Turquoise #4ACDDA

Color information

#4ACDDA (or 0x4ACDDA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CD and DA. RGB value is (74,205,218). Sum of RGB (Red+Green+Blue) = 74+205+218=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ACDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDDA is #B53225. Grayscale: #A7A7A7. Windows color (decimal): -11874854 or 14339402. OLE color: 14339402.

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

Color convert

RGB74205218-
CMYK0.660.0600.15
HSL185.42º66.06%57.25%-
HSV(B)185.42º66.06%85.49%-
XYZ37.3150.1874.05-
YUV167.31156.661.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.89%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=14.89%
G=41.25%
B=43.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal742052180.660.0600.15185.4266.0657.25
Hex4ACDDA4260Fb94239
Octal112315332102601727110271
Binary10010101100110111011010100001011001111101110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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