#AFEDF6

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

Shades of Pale Turquoise #AFEDF6

Tints of Pale Turquoise #AFEDF6

Color information

#AFEDF6 (or 0xAFEDF6) is unknown color: approx Pale Turquoise. HEX triplet: AF, ED and F6. RGB value is (175,237,246). Sum of RGB (Red+Green+Blue) = 175+237+246=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFEDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF6 is #501209. Grayscale: #DBDBDB. Windows color (decimal): -5247498 or 16182703. OLE color: 16182703.

HSL color Cylindrical-coordinate representation of color #AFEDF6: hue angle of 187.61º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEDF6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175237246-
CMYK0.290.0400.04
HSL187.61º79.78%82.55%-
HSV(B)187.61º28.86%96.47%-
XYZ64.676.3498.52-
YUV219.49142.9696.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.60%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 246 (96.48% from 255) = 37.39%
R=26.60%
G=36.02%
B=37.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752372460.290.0400.04187.6179.7882.55
HexAFEDF61D404bc5053
Octal25735536635404274120123
Binary1010111111101101111101101110110001001011110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDF6; }

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

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

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

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

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

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

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

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