#AFFCF5

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

Shades of Pale Turquoise #AFFCF5

Tints of Pale Turquoise #AFFCF5

Color information

#AFFCF5 (or 0xAFFCF5) is unknown color: approx Pale Turquoise. HEX triplet: AF, FC and F5. RGB value is (175,252,245). Sum of RGB (Red+Green+Blue) = 175+252+245=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCF5 is #50030A. Grayscale: #E4E4E4. Windows color (decimal): -5243659 or 16121007. OLE color: 16121007.

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

Color convert

RGB175252245-
CMYK0.3100.030.01
HSL174.55º92.77%83.73%-
HSV(B)174.55º30.56%98.82%-
XYZ68.9785.3399.22-
YUV228.18137.4990.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.04%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=26.04%
G=37.5%
B=36.46%

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
Decimal1752522450.3100.030.01174.5592.7783.73
HexAFFCF51F031af5d54
Octal25737436537031257135124
Binary1010111111111100111101011111101111010111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCF5; }

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

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

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

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

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

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

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

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