#AEFFF7

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

Shades of Pale Turquoise #AEFFF7

Tints of Pale Turquoise #AEFFF7

Color information

#AEFFF7 (or 0xAEFFF7) is unknown color: approx Pale Turquoise. HEX triplet: AE, FF and F7. RGB value is (174,255,247). Sum of RGB (Red+Green+Blue) = 174+255+247=676 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.74% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF7 is #510008. Grayscale: #E5E5E5. Windows color (decimal): -5308425 or 16252846. OLE color: 16252846.

HSL color Cylindrical-coordinate representation of color #AEFFF7: hue angle of 174.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFF7 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB174255247-
CMYK0.3200.030
HSL174.07º100%84.12%-
HSV(B)174.07º31.76%100%-
XYZ7087.23101.14-
YUV229.87137.6688.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.74%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=25.74%
G=37.72%
B=36.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552470.3200.030174.0710084.12
HexAEFFF720030ae6454
Octal25637736740030256144124
Binary10101110111111111111011110000001101010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFF7; }

 p { color: rgb(174,255,247); }

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

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

 a { background-color: rgb(174,255,247); }

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

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

 span { border-color: rgb(174,255,247); }

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