#AFF0EA

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

Shades of Pale Turquoise #AFF0EA

Tints of Pale Turquoise #AFF0EA

Color information

#AFF0EA (or 0xAFF0EA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and EA. RGB value is (175,240,234). Sum of RGB (Red+Green+Blue) = 175+240+234=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0EA is #500F15. Grayscale: #DBDBDB. Windows color (decimal): -5246742 or 15397039. OLE color: 15397039.

HSL color Cylindrical-coordinate representation of color #AFF0EA: hue angle of 174.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0EA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB175240234-
CMYK0.2700.020.06
HSL174.46º68.42%81.37%-
HSV(B)174.46º27.08%94.12%-
XYZ63.6977.3789.42-
YUV219.88135.9795.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=26.96%
G=36.98%
B=36.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402340.2700.020.06174.4668.4281.37
HexAFF0EA1B026ae4451
Octal25736035233026256104121
Binary101011111111000011101010110110101101010111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0EA; }

 p { color: rgb(175,240,234); }

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

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

 a { background-color: rgb(175,240,234); }

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

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

 span { border-color: rgb(175,240,234); }

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