#AEFAF1

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

Shades of Pale Turquoise #AEFAF1

Tints of Pale Turquoise #AEFAF1

Color information

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

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

Color convert

RGB174250241-
CMYK0.3000.040.02
HSL172.89º88.37%83.14%-
HSV(B)172.89º30.4%98.04%-
XYZ67.5283.7295.82-
YUV226.25136.3290.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502410.3000.040.02172.8988.3783.14
HexAEFAF11E042ad5853
Octal25637236136042255130123
Binary101011101111101011110001111100100101010110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAF1; }

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

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

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

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

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

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

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

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