#4AECD2

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

Shades of Turquoise #4AECD2

Tints of Turquoise #4AECD2

Color information

#4AECD2 (or 0x4AECD2) is unknown color: approx Turquoise. HEX triplet: 4A, EC and D2. RGB value is (74,236,210). Sum of RGB (Red+Green+Blue) = 74+236+210=520 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.23% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECD2 is #B5132D. Grayscale: #B8B8B8. Windows color (decimal): -11866926 or 13823050. OLE color: 13823050.

HSL color Cylindrical-coordinate representation of color #4AECD2: hue angle of 170.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECD2 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB74236210-
CMYK0.6900.110.07
HSL170.37º81%60.78%-
HSV(B)170.37º68.64%92.55%-
XYZ44.4566.171.39-
YUV184.6142.3349.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.23%
GREEN value IS 236 (92.58% from 255) = 45.38%
BLUE value IS 210 (82.42% from 255) = 40.38%
R=14.23%
G=45.38%
B=40.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742362100.6900.110.07170.378160.78
Hex4AECD2450B7aa513d
Octal112354322105013725212175
Binary10010101110110011010010100010101011111101010101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,236,210); }

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

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

 a { background-color: rgb(74,236,210); }

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

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

 span { border-color: rgb(74,236,210); }

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