#4AEFE0

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

Shades of Turquoise #4AEFE0

Tints of Turquoise #4AEFE0

Color information

#4AEFE0 (or 0x4AEFE0) is unknown color: approx Turquoise. HEX triplet: 4A, EF and E0. RGB value is (74,239,224). Sum of RGB (Red+Green+Blue) = 74+239+224=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFE0 is #B5101F. Grayscale: #BBBBBB. Windows color (decimal): -11866144 or 14741322. OLE color: 14741322.

HSL color Cylindrical-coordinate representation of color #4AEFE0: hue angle of 174.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEFE0 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB74239224-
CMYK0.6900.060.06
HSL174.55º83.76%61.37%-
HSV(B)174.55º69.04%93.73%-
XYZ47.1568.5781.27-
YUV187.96148.3446.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.78%
GREEN value IS 239 (93.75% from 255) = 44.51%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=13.78%
G=44.51%
B=41.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal742392240.6900.060.06174.5583.7661.37
Hex4AEFE045066af543d
Octal11235734010506625712475
Binary1001010111011111110000010001010110110101011111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,239,224); }

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

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

 a { background-color: rgb(74,239,224); }

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

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

 span { border-color: rgb(74,239,224); }

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