#AEF5FF

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

Shades of Pale Turquoise #AEF5FF

Tints of Pale Turquoise #AEF5FF

Color information

#AEF5FF (or 0xAEF5FF) is unknown color: approx Pale Turquoise. HEX triplet: AE, F5 and FF. RGB value is (174,245,255). Sum of RGB (Red+Green+Blue) = 174+245+255=674 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.82% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF5FF is #510A00. Grayscale: #E0E0E0. Windows color (decimal): -5310977 or 16774574. OLE color: 16774574.

HSL color Cylindrical-coordinate representation of color #AEF5FF: hue angle of 187.41º 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 #AEF5FF is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174245255-
CMYK0.320.0400
HSL187.41º100%84.12%-
HSV(B)187.41º31.76%100%-
XYZ68.1681.52106.75-
YUV224.91144.9891.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742452550.320.0400187.4110084.12
HexAEF5FF20400bb6454
Octal25636537740400273144124
Binary101011101111010111111111100000100001011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5FF; }

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

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

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

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

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

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

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

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