#AEF5F0

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

Shades of Pale Turquoise #AEF5F0

Tints of Pale Turquoise #AEF5F0

Color information

#AEF5F0 (or 0xAEF5F0) is unknown color: approx Pale Turquoise. HEX triplet: AE, F5 and F0. RGB value is (174,245,240). Sum of RGB (Red+Green+Blue) = 174+245+240=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF5F0 is #510A0F. Grayscale: #DFDFDF. Windows color (decimal): -5310992 or 15791534. OLE color: 15791534.

HSL color Cylindrical-coordinate representation of color #AEF5F0: hue angle of 175.77º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5F0 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB174245240-
CMYK0.2900.020.04
HSL175.77º78.02%82.16%-
HSV(B)175.77º28.98%96.08%-
XYZ65.8480.5994.52-
YUV223.2137.4892.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.40%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=26.40%
G=37.18%
B=36.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742452400.2900.020.04175.7778.0282.16
HexAEF5F01D024b04e52
Octal25636536035024260116122
Binary101011101111010111110000111010101001011000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5F0; }

 p { color: rgb(174,245,240); }

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

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

 a { background-color: rgb(174,245,240); }

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

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

 span { border-color: rgb(174,245,240); }

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