#AEF1FA

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

Shades of Pale Turquoise #AEF1FA

Tints of Pale Turquoise #AEF1FA

Color information

#AEF1FA (or 0xAEF1FA) is unknown color: approx Pale Turquoise. HEX triplet: AE, F1 and FA. RGB value is (174,241,250). Sum of RGB (Red+Green+Blue) = 174+241+250=665 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.17% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1FA is #510E05. Grayscale: #DDDDDD. Windows color (decimal): -5312006 or 16445870. OLE color: 16445870.

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

Color convert

RGB174241250-
CMYK0.300.0400.02
HSL187.11º88.37%83.14%-
HSV(B)187.11º30.4%98.04%-
XYZ66.1778.81102.17-
YUV221.99143.893.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.17%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=26.17%
G=36.24%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742412500.300.0400.02187.1188.3783.14
HexAEF1FA1E402bb5853
Octal25636137236402273130123
Binary101011101111000111111010111101000101011101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1FA; }

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

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

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

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

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

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

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

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