#4AEAED

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

Shades of Turquoise #4AEAED

Tints of Turquoise #4AEAED

Color information

#4AEAED (or 0x4AEAED) is unknown color: approx Turquoise. HEX triplet: 4A, EA and ED. RGB value is (74,234,237). Sum of RGB (Red+Green+Blue) = 74+234+237=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEAED is #B51512. Grayscale: #BABABA. Windows color (decimal): -11867411 or 15592010. OLE color: 15592010.

HSL color Cylindrical-coordinate representation of color #4AEAED: hue angle of 181.1º degrees, saturation: 0.82, 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 #4AEAED is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74234237-
CMYK0.690.0100.07
HSL181.1º81.91%60.98%-
HSV(B)181.1º68.78%92.94%-
XYZ47.5366.4290.44-
YUV186.5156.4947.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.58%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=13.58%
G=42.94%
B=43.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742342370.690.0100.07181.181.9160.98
Hex4AEAED45107b5523d
Octal11235235510510726512275
Binary10010101110101011101101100010110111101101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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