#AEF2FA

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

Shades of Pale Turquoise #AEF2FA

Tints of Pale Turquoise #AEF2FA

Color information

#AEF2FA (or 0xAEF2FA) is unknown color: approx Pale Turquoise. HEX triplet: AE, F2 and FA. RGB value is (174,242,250). Sum of RGB (Red+Green+Blue) = 174+242+250=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2FA is #510D05. Grayscale: #DEDEDE. Windows color (decimal): -5311750 or 16446126. OLE color: 16446126.

HSL color Cylindrical-coordinate representation of color #AEF2FA: hue angle of 186.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF2FA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174242250-
CMYK0.300.0300.02
HSL186.32º88.37%83.14%-
HSV(B)186.32º30.4%98.04%-
XYZ66.4679.41102.27-
YUV222.58143.4793.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.13%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=26.13%
G=36.34%
B=37.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742422500.300.0300.02186.3288.3783.14
HexAEF2FA1E302ba5853
Octal25636237236302272130123
Binary10101110111100101111101011110110101011101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2FA; }

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

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

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

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

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

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

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

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