#AFFFF9

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

Shades of Pale Turquoise #AFFFF9

Tints of Pale Turquoise #AFFFF9

Color information

#AFFFF9 (or 0xAFFFF9) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and F9. RGB value is (175,255,249). Sum of RGB (Red+Green+Blue) = 175+255+249=679 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.77% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF9 is #500006. Grayscale: #E6E6E6. Windows color (decimal): -5242887 or 16383919. OLE color: 16383919.

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

Color convert

RGB175255249-
CMYK0.3100.020
HSL175.5º100%84.31%-
HSV(B)175.5º31.37%100%-
XYZ70.5487.47102.79-
YUV230.4138.588.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.77%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=25.77%
G=37.56%
B=36.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552490.3100.020175.510084.31
HexAFFFF91F020b06454
Octal25737737137020260144124
Binary1010111111111111111110011111101001011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFF9; }

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

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

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

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

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

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

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

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