#AFF9FF

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

Shades of Pale Turquoise #AFF9FF

Tints of Pale Turquoise #AFF9FF

Color information

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

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

Color convert

RGB175249255-
CMYK0.310.0200
HSL184.5º100%84.31%-
HSV(B)184.5º31.37%100%-
XYZ69.684.09107.17-
YUV227.56143.4890.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752492550.310.0200184.510084.31
HexAFF9FF1F200b86454
Octal25737137737200270144124
Binary1010111111111001111111111111110001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9FF; }

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

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

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

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

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

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

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

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