#AFEAF1

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

Shades of Pale Turquoise #AFEAF1

Tints of Pale Turquoise #AFEAF1

Color information

#AFEAF1 (or 0xAFEAF1) is unknown color: approx Pale Turquoise. HEX triplet: AF, EA and F1. RGB value is (175,234,241). Sum of RGB (Red+Green+Blue) = 175+234+241=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAF1 is #50150E. Grayscale: #D9D9D9. Windows color (decimal): -5248271 or 15854255. OLE color: 15854255.

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

Color convert

RGB175234241-
CMYK0.270.0300.05
HSL186.36º70.21%81.57%-
HSV(B)186.36º27.39%94.51%-
XYZ62.9874.3194.24-
YUV217.16141.4597.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=26.92%
G=36%
B=37.08%

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
Decimal1752342410.270.0300.05186.3670.2181.57
HexAFEAF11B305ba4652
Octal25735236133305272106122
Binary101011111110101011110001110111101011011101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAF1; }

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

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

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

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

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

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

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

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