#4AE9DC

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

Shades of Turquoise #4AE9DC

Tints of Turquoise #4AE9DC

Color information

#4AE9DC (or 0x4AE9DC) is unknown color: approx Turquoise. HEX triplet: 4A, E9 and DC. RGB value is (74,233,220). Sum of RGB (Red+Green+Blue) = 74+233+220=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE9DC is #B51623. Grayscale: #B7B7B7. Windows color (decimal): -11867684 or 14477642. OLE color: 14477642.

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

Color convert

RGB74233220-
CMYK0.6800.060.09
HSL175.09º78.33%60.2%-
HSV(B)175.09º68.24%91.37%-
XYZ44.8864.977.87-
YUV183.98148.3249.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.04%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=14.04%
G=44.21%
B=41.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal742332200.6800.060.09175.0978.3360.2
Hex4AE9DC44069af4e3c
Octal112351334104061125711674
Binary10010101110100111011100100010001101001101011111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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