#AEF9FE

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

Shades of Pale Turquoise #AEF9FE

Tints of Pale Turquoise #AEF9FE

Color information

#AEF9FE (or 0xAEF9FE) is unknown color: approx Pale Turquoise. HEX triplet: AE, F9 and FE. RGB value is (174,249,254). Sum of RGB (Red+Green+Blue) = 174+249+254=677 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.70% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9FE is #510601. Grayscale: #E3E3E3. Windows color (decimal): -5309954 or 16710062. OLE color: 16710062.

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

Color convert

RGB174249254-
CMYK0.310.0200.00
HSL183.75º97.56%83.92%-
HSV(B)183.75º31.5%99.61%-
XYZ69.2283.91106.31-
YUV227.14143.1590.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.70%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=25.70%
G=36.78%
B=37.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742492540.310.0200.00183.7597.5683.92
HexAEF9FE1F200b86254
Octal25637137637200270142124
Binary1010111011111001111111101111110001011100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF9FE; }

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

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

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

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

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

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

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

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