#AFE9F0

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

Shades of Pale Turquoise #AFE9F0

Tints of Pale Turquoise #AFE9F0

Color information

#AFE9F0 (or 0xAFE9F0) is unknown color: approx Pale Turquoise. HEX triplet: AF, E9 and F0. RGB value is (175,233,240). Sum of RGB (Red+Green+Blue) = 175+233+240=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F0 is #50160F. Grayscale: #D8D8D8. Windows color (decimal): -5248528 or 15788463. OLE color: 15788463.

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

Color convert

RGB175233240-
CMYK0.270.0300.06
HSL186.46º68.42%81.37%-
HSV(B)186.46º27.08%94.12%-
XYZ62.5573.6893.36-
YUV216.46141.2898.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.01%
GREEN value IS 233 (91.41% from 255) = 35.96%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=27.01%
G=35.96%
B=37.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752332400.270.0300.06186.4668.4281.37
HexAFE9F01B306ba4451
Octal25735136033306272104121
Binary101011111110100111110000110111101101011101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9F0; }

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

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

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

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

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

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

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

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