#AFF5ED

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

Shades of Pale Turquoise #AFF5ED

Tints of Pale Turquoise #AFF5ED

Color information

#AFF5ED (or 0xAFF5ED) is unknown color: approx Pale Turquoise. HEX triplet: AF, F5 and ED. RGB value is (175,245,237). Sum of RGB (Red+Green+Blue) = 175+245+237=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5ED is #500A12. Grayscale: #DFDFDF. Windows color (decimal): -5245459 or 15594927. OLE color: 15594927.

HSL color Cylindrical-coordinate representation of color #AFF5ED: hue angle of 173.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5ED is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB175245237-
CMYK0.2900.030.04
HSL173.14º77.78%82.35%-
HSV(B)173.14º28.57%96.08%-
XYZ65.6280.5392.21-
YUV223.16135.8193.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 245 (96.09% from 255) = 37.29%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=26.64%
G=37.29%
B=36.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452370.2900.030.04173.1477.7882.35
HexAFF5ED1D034ad4e52
Octal25736535535034255116122
Binary101011111111010111101101111010111001010110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5ED; }

 p { color: rgb(175,245,237); }

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

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

 a { background-color: rgb(175,245,237); }

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

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

 span { border-color: rgb(175,245,237); }

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