#AFF1ED

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

Shades of Pale Turquoise #AFF1ED

Tints of Pale Turquoise #AFF1ED

Color information

#AFF1ED (or 0xAFF1ED) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and ED. RGB value is (175,241,237). Sum of RGB (Red+Green+Blue) = 175+241+237=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1ED is #500E12. Grayscale: #DCDCDC. Windows color (decimal): -5246483 or 15593903. OLE color: 15593903.

HSL color Cylindrical-coordinate representation of color #AFF1ED: hue angle of 176.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1ED is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB175241237-
CMYK0.2700.020.05
HSL176.36º70.21%81.57%-
HSV(B)176.36º27.39%94.51%-
XYZ64.4278.1491.81-
YUV220.81137.1395.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.80%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=26.80%
G=36.91%
B=36.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412370.2700.020.05176.3670.2181.57
HexAFF1ED1B025b04652
Octal25736135533025260106122
Binary101011111111000111101101110110101011011000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1ED; }

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

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

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

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

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

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

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

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