#AEF7FA

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

Shades of Pale Turquoise #AEF7FA

Tints of Pale Turquoise #AEF7FA

Color information

#AEF7FA (or 0xAEF7FA) is unknown color: approx Pale Turquoise. HEX triplet: AE, F7 and FA. RGB value is (174,247,250). Sum of RGB (Red+Green+Blue) = 174+247+250=671 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.93% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF7FA is #510805. Grayscale: #E1E1E1. Windows color (decimal): -5310470 or 16447406. OLE color: 16447406.

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

Color convert

RGB174247250-
CMYK0.300.0100.02
HSL182.37º88.37%83.14%-
HSV(B)182.37º30.4%98.04%-
XYZ67.9782.42102.77-
YUV225.52141.8291.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.93%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=25.93%
G=36.81%
B=37.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742472500.300.0100.02182.3788.3783.14
HexAEF7FA1E102b65853
Octal25636737236102266130123
Binary1010111011110111111110101111010101011011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7FA; }

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

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

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

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

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

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

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

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