#4AEAB8

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

Shades of Turquoise #4AEAB8

Tints of Turquoise #4AEAB8

Color information

#4AEAB8 (or 0x4AEAB8) is unknown color: approx Turquoise. HEX triplet: 4A, EA and B8. RGB value is (74,234,184). Sum of RGB (Red+Green+Blue) = 74+234+184=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAB8 is #B51547. Grayscale: #B4B4B4. Windows color (decimal): -11867464 or 12118602. OLE color: 12118602.

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

Color convert

RGB74234184-
CMYK0.6800.210.08
HSL161.25º79.21%60.39%-
HSV(B)161.25º68.38%91.76%-
XYZ40.963.7655.5-
YUV180.46129.9952.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.04%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=15.04%
G=47.56%
B=37.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742341840.6800.210.08161.2579.2160.39
Hex4AEAB8440158a14f3c
Octal1123522701040251024111774
Binary1001010111010101011100010001000101011000101000011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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