#4AEBED

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

Shades of Turquoise #4AEBED

Tints of Turquoise #4AEBED

Color information

#4AEBED (or 0x4AEBED) is unknown color: approx Turquoise. HEX triplet: 4A, EB and ED. RGB value is (74,235,237). Sum of RGB (Red+Green+Blue) = 74+235+237=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AEBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBED is #B51412. Grayscale: #BABABA. Windows color (decimal): -11867155 or 15592266. OLE color: 15592266.

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

Color convert

RGB74235237-
CMYK0.690.0100.07
HSL180.74º81.91%60.98%-
HSV(B)180.74º68.78%92.94%-
XYZ47.8266.9990.53-
YUV187.09156.1647.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.55%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=13.55%
G=43.04%
B=43.41%

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
Decimal742352370.690.0100.07180.7481.9160.98
Hex4AEBED45107b5523d
Octal11235335510510726512275
Binary10010101110101111101101100010110111101101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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