#AEFBF9

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

Shades of Pale Turquoise #AEFBF9

Tints of Pale Turquoise #AEFBF9

Color information

#AEFBF9 (or 0xAEFBF9) is unknown color: approx Pale Turquoise. HEX triplet: AE, FB and F9. RGB value is (174,251,249). Sum of RGB (Red+Green+Blue) = 174+251+249=674 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.82% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFBF9 is #510406. Grayscale: #E3E3E3. Windows color (decimal): -5309447 or 16382894. OLE color: 16382894.

HSL color Cylindrical-coordinate representation of color #AEFBF9: hue angle of 178.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBF9 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB174251249-
CMYK0.3100.010.02
HSL178.44º90.59%83.33%-
HSV(B)178.44º30.68%98.43%-
XYZ69.0584.83102.36-
YUV227.75139.9989.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.82%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=25.82%
G=37.24%
B=36.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742512490.3100.010.02178.4490.5983.33
HexAEFBF91F012b25b53
Octal25637337137012262133123
Binary1010111011111011111110011111101101011001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBF9; }

 p { color: rgb(174,251,249); }

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

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

 a { background-color: rgb(174,251,249); }

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

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

 span { border-color: rgb(174,251,249); }

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