#AFE8ED

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

Shades of Pale Turquoise #AFE8ED

Tints of Pale Turquoise #AFE8ED

Color information

#AFE8ED (or 0xAFE8ED) is unknown color: approx Pale Turquoise. HEX triplet: AF, E8 and ED. RGB value is (175,232,237). Sum of RGB (Red+Green+Blue) = 175+232+237=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8ED is #501712. Grayscale: #D7D7D7. Windows color (decimal): -5248787 or 15591599. OLE color: 15591599.

HSL color Cylindrical-coordinate representation of color #AFE8ED: hue angle of 184.84º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE8ED is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175232237-
CMYK0.260.0200.07
HSL184.84º63.27%80.78%-
HSV(B)184.84º26.16%92.94%-
XYZ61.8272.9490.94-
YUV215.53140.1299.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=27.17%
G=36.02%
B=36.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752322370.260.0200.07184.8463.2780.78
HexAFE8ED1A207b93f51
Octal2573503553220727177121
Binary10101111111010001110110111010100111101110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8ED; }

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

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

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

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

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

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

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

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