#4ACDE9

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

Shades of Medium Turquoise #4ACDE9

Tints of Medium Turquoise #4ACDE9

Color information

#4ACDE9 (or 0x4ACDE9) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CD and E9. RGB value is (74,205,233). Sum of RGB (Red+Green+Blue) = 74+205+233=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #4ACDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDE9 is #B53216. Grayscale: #A8A8A8. Windows color (decimal): -11874839 or 15322442. OLE color: 15322442.

HSL color Cylindrical-coordinate representation of color #4ACDE9: hue angle of 190.57º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACDE9 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB74205233-
CMYK0.680.1200.09
HSL190.57º78.33%60.2%-
HSV(B)190.57º68.24%91.37%-
XYZ39.365184.86-
YUV169.02164.160.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.45%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=14.45%
G=40.04%
B=45.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal742052330.680.1200.09190.5778.3360.2
Hex4ACDE944C09bf4e3c
Octal1123153511041401127711674
Binary100101011001101111010011000100110001001101111111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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