#AEEFFB

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

Shades of Pale Turquoise #AEEFFB

Tints of Pale Turquoise #AEEFFB

Color information

#AEEFFB (or 0xAEEFFB) is unknown color: approx Pale Turquoise. HEX triplet: AE, EF and FB. RGB value is (174,239,251). Sum of RGB (Red+Green+Blue) = 174+239+251=664 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.20% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFFB is #511004. Grayscale: #DCDCDC. Windows color (decimal): -5312517 or 16510894. OLE color: 16510894.

HSL color Cylindrical-coordinate representation of color #AEEFFB: hue angle of 189.35º 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 #AEEFFB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174239251-
CMYK0.310.0500.02
HSL189.35º90.59%83.33%-
HSV(B)189.35º30.68%98.43%-
XYZ65.7377.7102.8-
YUV220.93144.9794.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.20%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=26.20%
G=35.99%
B=37.80%

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
Decimal1742392510.310.0500.02189.3590.5983.33
HexAEEFFB1F502bd5b53
Octal25635737337502275133123
Binary101011101110111111111011111111010101011110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFFB; }

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

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

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

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

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

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

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

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