#AFE9F1

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

Shades of Pale Turquoise #AFE9F1

Tints of Pale Turquoise #AFE9F1

Color information

#AFE9F1 (or 0xAFE9F1) is unknown color: approx Pale Turquoise. HEX triplet: AF, E9 and F1. RGB value is (175,233,241). Sum of RGB (Red+Green+Blue) = 175+233+241=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F1 is #50160E. Grayscale: #D8D8D8. Windows color (decimal): -5248527 or 15853999. OLE color: 15853999.

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

Color convert

RGB175233241-
CMYK0.270.0300.05
HSL187.27º70.21%81.57%-
HSV(B)187.27º27.39%94.51%-
XYZ62.773.7494.15-
YUV216.57141.7898.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 233 (91.41% from 255) = 35.90%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=26.96%
G=35.90%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752332410.270.0300.05187.2770.2181.57
HexAFE9F11B305bb4652
Octal25735136133305273106122
Binary101011111110100111110001110111101011011101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9F1; }

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

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

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

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

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

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

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

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