#AEFFF5

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

Shades of Pale Turquoise #AEFFF5

Tints of Pale Turquoise #AEFFF5

Color information

#AEFFF5 (or 0xAEFFF5) is unknown color: approx Pale Turquoise. HEX triplet: AE, FF and F5. RGB value is (174,255,245). Sum of RGB (Red+Green+Blue) = 174+255+245=674 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.82% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF5 is #51000A. Grayscale: #E5E5E5. Windows color (decimal): -5308427 or 16121774. OLE color: 16121774.

HSL color Cylindrical-coordinate representation of color #AEFFF5: hue angle of 172.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFF5 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB174255245-
CMYK0.3200.040
HSL172.59º100%84.12%-
HSV(B)172.59º31.76%100%-
XYZ69.787.1199.53-
YUV229.64136.6688.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.82%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 245 (96.09% from 255) = 36.35%
R=25.82%
G=37.83%
B=36.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552450.3200.040172.5910084.12
HexAEFFF520040ad6454
Octal25637736540040255144124
Binary101011101111111111110101100000010001010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFF5; }

 p { color: rgb(174,255,245); }

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

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

 a { background-color: rgb(174,255,245); }

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

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

 span { border-color: rgb(174,255,245); }

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