#4AEAC3

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

Shades of Turquoise #4AEAC3

Tints of Turquoise #4AEAC3

Color information

#4AEAC3 (or 0x4AEAC3) is unknown color: approx Turquoise. HEX triplet: 4A, EA and C3. RGB value is (74,234,195). Sum of RGB (Red+Green+Blue) = 74+234+195=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAC3 is #B5153C. Grayscale: #B5B5B5. Windows color (decimal): -11867453 or 12839498. OLE color: 12839498.

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

Color convert

RGB74234195-
CMYK0.6800.170.08
HSL165.38º79.21%60.39%-
HSV(B)165.38º68.38%91.76%-
XYZ42.164.2461.81-
YUV181.71135.4951.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.71%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=14.71%
G=46.52%
B=38.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742341950.6800.170.08165.3879.2160.39
Hex4AEAC3440118a54f3c
Octal1123523031040211024511774
Binary1001010111010101100001110001000100011000101001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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