#AAFEFB

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

Shades of Pale Turquoise #AAFEFB

Tints of Pale Turquoise #AAFEFB

Color information

#AAFEFB (or 0xAAFEFB) is unknown color: approx Pale Turquoise. HEX triplet: AA, FE and FB. RGB value is (170,254,251). Sum of RGB (Red+Green+Blue) = 170+254+251=675 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.19% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEFB is #550104. Grayscale: #E4E4E4. Windows color (decimal): -5570821 or 16514730. OLE color: 16514730.

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

Color convert

RGB170254251-
CMYK0.3300.010.00
HSL177.86º97.67%83.14%-
HSV(B)177.86º33.07%99.61%-
XYZ69.4386.39104.28-
YUV228.54140.6786.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.19%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=25.19%
G=37.63%
B=37.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542510.3300.010.00177.8697.6783.14
HexAAFEFB21010b26253
Octal25237637341010262142123
Binary1010101011111110111110111000010101011001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEFB; }

 p { color: rgb(170,254,251); }

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

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

 a { background-color: rgb(170,254,251); }

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

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

 span { border-color: rgb(170,254,251); }

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