#AAFBEE

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

Shades of Pale Turquoise #AAFBEE

Tints of Pale Turquoise #AAFBEE

Color information

#AAFBEE (or 0xAAFBEE) is unknown color: approx Pale Turquoise. HEX triplet: AA, FB and EE. RGB value is (170,251,238). Sum of RGB (Red+Green+Blue) = 170+251+238=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFBEE is #550411. Grayscale: #E1E1E1. Windows color (decimal): -5571602 or 15661994. OLE color: 15661994.

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

Color convert

RGB170251238-
CMYK0.3200.050.02
HSL170.37º91.01%82.55%-
HSV(B)170.37º32.27%98.43%-
XYZ66.5183.7193.54-
YUV225.3135.1688.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.80%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=25.80%
G=38.09%
B=36.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512380.3200.050.02170.3791.0182.55
HexAAFBEE20052aa5b53
Octal25237335640052252133123
Binary1010101011111011111011101000000101101010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBEE; }

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

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

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

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

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

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

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

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