#AFFDF7

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

Shades of Pale Turquoise #AFFDF7

Tints of Pale Turquoise #AFFDF7

Color information

#AFFDF7 (or 0xAFFDF7) is unknown color: approx Pale Turquoise. HEX triplet: AF, FD and F7. RGB value is (175,253,247). Sum of RGB (Red+Green+Blue) = 175+253+247=675 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.93% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDF7 is #500208. Grayscale: #E4E4E4. Windows color (decimal): -5243401 or 16252335. OLE color: 16252335.

HSL color Cylindrical-coordinate representation of color #AFFDF7: hue angle of 175.38º 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 #AFFDF7 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB175253247-
CMYK0.3100.020.01
HSL175.38º95.12%83.92%-
HSV(B)175.38º30.83%99.22%-
XYZ69.5986.08100.94-
YUV228.99138.1689.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.93%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=25.93%
G=37.48%
B=36.59%

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
Decimal1752532470.3100.020.01175.3895.1283.92
HexAFFDF71F021af5f54
Octal25737536737021257137124
Binary1010111111111101111101111111101011010111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDF7; }

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

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

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

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

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

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

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

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