#aafef7

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

Shades of Pale Turquoise #AAFEF7

Tints of Pale Turquoise #AAFEF7

Color information

#AAFEF7 (or 0xAAFEF7) is unknown color: approx Pale Turquoise. HEX triplet: AA, FE and F7. RGB value is (170,254,247). Sum of RGB (Red+Green+Blue) = 170+254+247=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEF7 is #550108. Grayscale: #E4E4E4. Windows color (decimal): -5570825 or 16252586. OLE color: 16252586.

HSL color Cylindrical-coordinate representation of color #AAFEF7: hue angle of 175º 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 #AAFEF7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB170254247-
CMYK0.3300.030.00
HSL175º97.67%83.14%-
HSV(B)175º33.07%99.61%-
XYZ68.8186.15101-
YUV228.09138.6786.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.34%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=25.34%
G=37.85%
B=36.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542470.3300.030.0017597.6783.14
HexAAFEF721030af6253
Octal25237636741030257142123
Binary10101010111111101111011110000101101010111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aafef7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aafef7; }

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

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

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

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

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

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

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

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