#AFFDF8

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

Shades of Pale Turquoise #AFFDF8

Tints of Pale Turquoise #AFFDF8

Color information

#AFFDF8 (or 0xAFFDF8) is unknown color: approx Pale Turquoise. HEX triplet: AF, FD and F8. RGB value is (175,253,248). Sum of RGB (Red+Green+Blue) = 175+253+248=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDF8 is #500207. Grayscale: #E5E5E5. Windows color (decimal): -5243400 or 16317871. OLE color: 16317871.

HSL color Cylindrical-coordinate representation of color #AFFDF8: hue angle of 176.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDF8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB175253248-
CMYK0.3100.020.01
HSL176.15º95.12%83.92%-
HSV(B)176.15º30.83%99.22%-
XYZ69.7586.14101.76-
YUV229.11138.6689.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.89%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=25.89%
G=37.43%
B=36.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532480.3100.020.01176.1595.1283.92
HexAFFDF81F021b05f54
Octal25737537037021260137124
Binary1010111111111101111110001111101011011000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDF8; }

 p { color: rgb(175,253,248); }

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

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

 a { background-color: rgb(175,253,248); }

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

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

 span { border-color: rgb(175,253,248); }

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