#AFEBF2

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

Shades of Pale Turquoise #AFEBF2

Tints of Pale Turquoise #AFEBF2

Color information

#AFEBF2 (or 0xAFEBF2) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and F2. RGB value is (175,235,242). Sum of RGB (Red+Green+Blue) = 175+235+242=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBF2 is #50140D. Grayscale: #D9D9D9. Windows color (decimal): -5248014 or 15920047. OLE color: 15920047.

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

Color convert

RGB175235242-
CMYK0.280.0300.05
HSL186.27º72.04%81.76%-
HSV(B)186.27º27.69%94.9%-
XYZ63.4174.9495.13-
YUV217.86141.6297.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.84%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=26.84%
G=36.04%
B=37.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752352420.280.0300.05186.2772.0481.76
HexAFEBF21C305ba4852
Octal25735336234305272110122
Binary101011111110101111110010111001101011011101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBF2; }

 p { color: rgb(175,235,242); }

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

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

 a { background-color: rgb(175,235,242); }

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

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

 span { border-color: rgb(175,235,242); }

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