#AEEEFC

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

Shades of Pale Turquoise #AEEEFC

Tints of Pale Turquoise #AEEEFC

Color information

#AEEEFC (or 0xAEEEFC) is unknown color: approx Pale Turquoise. HEX triplet: AE, EE and FC. RGB value is (174,238,252). Sum of RGB (Red+Green+Blue) = 174+238+252=664 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.20% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEFC is #511103. Grayscale: #DCDCDC. Windows color (decimal): -5312772 or 16576174. OLE color: 16576174.

HSL color Cylindrical-coordinate representation of color #AEEEFC: hue angle of 190.77º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEEEFC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174238252-
CMYK0.310.0600.01
HSL190.77º92.86%83.53%-
HSV(B)190.77º30.95%98.82%-
XYZ65.677.18103.53-
YUV220.46145.894.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.20%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=26.20%
G=35.84%
B=37.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742382520.310.0600.01190.7792.8683.53
HexAEEEFC1F601bf5d54
Octal25635637437601277135124
Binary10101110111011101111110011111110011011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEFC; }

 p { color: rgb(174,238,252); }

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

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

 a { background-color: rgb(174,238,252); }

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

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

 span { border-color: rgb(174,238,252); }

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