#AFFCF9

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

Shades of Pale Turquoise #AFFCF9

Tints of Pale Turquoise #AFFCF9

Color information

#AFFCF9 (or 0xAFFCF9) is unknown color: approx Pale Turquoise. HEX triplet: AF, FC and F9. RGB value is (175,252,249). Sum of RGB (Red+Green+Blue) = 175+252+249=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCF9 is #500306. Grayscale: #E4E4E4. Windows color (decimal): -5243655 or 16383151. OLE color: 16383151.

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

Color convert

RGB175252249-
CMYK0.3100.010.01
HSL177.66º92.77%83.73%-
HSV(B)177.66º30.56%98.82%-
XYZ69.5985.57102.47-
YUV228.63139.4989.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.89%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=25.89%
G=37.28%
B=36.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522490.3100.010.01177.6692.7783.73
HexAFFCF91F011b25d54
Octal25737437137011262135124
Binary101011111111110011111001111110111011001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCF9; }

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

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

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

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

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

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

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

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