#AFFDF5

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

Shades of Pale Turquoise #AFFDF5

Tints of Pale Turquoise #AFFDF5

Color information

#AFFDF5 (or 0xAFFDF5) is unknown color: approx Pale Turquoise. HEX triplet: AF, FD and F5. RGB value is (175,253,245). Sum of RGB (Red+Green+Blue) = 175+253+245=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDF5 is #50020A. Grayscale: #E4E4E4. Windows color (decimal): -5243403 or 16121263. OLE color: 16121263.

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

Color convert

RGB175253245-
CMYK0.3100.030.01
HSL173.85º95.12%83.92%-
HSV(B)173.85º30.83%99.22%-
XYZ69.2985.9699.33-
YUV228.77137.1689.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.00%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 245 (96.09% from 255) = 36.40%
R=26.00%
G=37.59%
B=36.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532450.3100.030.01173.8595.1283.92
HexAFFDF51F031ae5f54
Octal25737536537031256137124
Binary1010111111111101111101011111101111010111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDF5; }

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

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

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

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

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

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

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

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