#AEF8FF

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

Shades of Pale Turquoise #AEF8FF

Tints of Pale Turquoise #AEF8FF

Color information

#AEF8FF (or 0xAEF8FF) is unknown color: approx Pale Turquoise. HEX triplet: AE, F8 and FF. RGB value is (174,248,255). Sum of RGB (Red+Green+Blue) = 174+248+255=677 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.70% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8FF is #510700. Grayscale: #E2E2E2. Windows color (decimal): -5310209 or 16775342. OLE color: 16775342.

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

Color convert

RGB174248255-
CMYK0.320.0300
HSL185.19º100%84.12%-
HSV(B)185.19º31.76%100%-
XYZ69.0783.35107.06-
YUV226.67143.9890.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.70%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 255 (100% from 255) = 37.67%
R=25.70%
G=36.63%
B=37.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742482550.320.0300185.1910084.12
HexAEF8FF20300b96454
Octal25637037740300271144124
Binary10101110111110001111111110000011001011100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8FF; }

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

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

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

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

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

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

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

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