#4AEACC

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

Shades of Turquoise #4AEACC

Tints of Turquoise #4AEACC

Color information

#4AEACC (or 0x4AEACC) is unknown color: approx Turquoise. HEX triplet: 4A, EA and CC. RGB value is (74,234,204). Sum of RGB (Red+Green+Blue) = 74+234+204=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEACC is #B51533. Grayscale: #B6B6B6. Windows color (decimal): -11867444 or 13429322. OLE color: 13429322.

HSL color Cylindrical-coordinate representation of color #4AEACC: hue angle of 168.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEACC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB74234204-
CMYK0.6800.130.08
HSL168.75º79.21%60.39%-
HSV(B)168.75º68.38%91.76%-
XYZ43.1564.6667.33-
YUV182.74139.9950.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.45%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=14.45%
G=45.70%
B=39.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742342040.6800.130.08168.7579.2160.39
Hex4AEACC440D8a94f3c
Octal1123523141040151025111774
Binary100101011101010110011001000100011011000101010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,234,204); }

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

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

 a { background-color: rgb(74,234,204); }

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

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

 span { border-color: rgb(74,234,204); }

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