#AEF6FA

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

Shades of Pale Turquoise #AEF6FA

Tints of Pale Turquoise #AEF6FA

Color information

#AEF6FA (or 0xAEF6FA) is unknown color: approx Pale Turquoise. HEX triplet: AE, F6 and FA. RGB value is (174,246,250). Sum of RGB (Red+Green+Blue) = 174+246+250=670 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.97% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF6FA is #510905. Grayscale: #E0E0E0. Windows color (decimal): -5310726 or 16447150. OLE color: 16447150.

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

Color convert

RGB174246250-
CMYK0.300.0200.02
HSL183.16º88.37%83.14%-
HSV(B)183.16º30.4%98.04%-
XYZ67.6781.81102.67-
YUV224.93142.1591.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.97%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=25.97%
G=36.72%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742462500.300.0200.02183.1688.3783.14
HexAEF6FA1E202b75853
Octal25636637236202267130123
Binary10101110111101101111101011110100101011011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF6FA; }

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

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

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

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

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

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

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

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