#AEEEFB

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

Shades of Pale Turquoise #AEEEFB

Tints of Pale Turquoise #AEEEFB

Color information

#AEEEFB (or 0xAEEEFB) is unknown color: approx Pale Turquoise. HEX triplet: AE, EE and FB. RGB value is (174,238,251). Sum of RGB (Red+Green+Blue) = 174+238+251=663 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.24% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEFB is #511104. Grayscale: #DCDCDC. Windows color (decimal): -5312773 or 16510638. OLE color: 16510638.

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

Color convert

RGB174238251-
CMYK0.310.0500.02
HSL190.13º90.59%83.33%-
HSV(B)190.13º30.68%98.43%-
XYZ65.4477.11102.7-
YUV220.35145.394.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.24%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=26.24%
G=35.90%
B=37.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742382510.310.0500.02190.1390.5983.33
HexAEEEFB1F502be5b53
Octal25635637337502276133123
Binary101011101110111011111011111111010101011111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEFB; }

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

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

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

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

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

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

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

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