#AEF2FF

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

Shades of Pale Turquoise #AEF2FF

Tints of Pale Turquoise #AEF2FF

Color information

#AEF2FF (or 0xAEF2FF) is unknown color: approx Pale Turquoise. HEX triplet: AE, F2 and FF. RGB value is (174,242,255). Sum of RGB (Red+Green+Blue) = 174+242+255=671 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.93% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2FF is #510D00. Grayscale: #DFDFDF. Windows color (decimal): -5311745 or 16773806. OLE color: 16773806.

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

Color convert

RGB174242255-
CMYK0.320.0500
HSL189.63º100%84.12%-
HSV(B)189.63º31.76%100%-
XYZ67.2679.72106.45-
YUV223.15145.9792.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.93%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 255 (100% from 255) = 38.00%
R=25.93%
G=36.07%
B=38.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742422550.320.0500189.6310084.12
HexAEF2FF20500be6454
Octal25636237740500276144124
Binary101011101111001011111111100000101001011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2FF; }

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

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

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

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

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

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

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

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