#4AEBE5

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

Shades of Turquoise #4AEBE5

Tints of Turquoise #4AEBE5

Color information

#4AEBE5 (or 0x4AEBE5) is unknown color: approx Turquoise. HEX triplet: 4A, EB and E5. RGB value is (74,235,229). Sum of RGB (Red+Green+Blue) = 74+235+229=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBE5 is #B5141A. Grayscale: #BABABA. Windows color (decimal): -11867163 or 15067978. OLE color: 15067978.

HSL color Cylindrical-coordinate representation of color #4AEBE5: hue angle of 177.76º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBE5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB74235229-
CMYK0.6900.030.08
HSL177.76º80.1%60.59%-
HSV(B)177.76º68.51%92.16%-
XYZ46.6866.5384.51-
YUV186.18152.1647.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.75%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=13.75%
G=43.68%
B=42.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742352290.6900.030.08177.7680.160.59
Hex4AEBE545038b2503d
Octal112353345105031026212075
Binary1001010111010111110010110001010111000101100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,235,229); }

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

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

 a { background-color: rgb(74,235,229); }

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

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

 span { border-color: rgb(74,235,229); }

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