#aff0f9

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

Shades of Pale Turquoise #AFF0F9

Tints of Pale Turquoise #AFF0F9

Color information

#AFF0F9 (or 0xAFF0F9) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and F9. RGB value is (175,240,249). Sum of RGB (Red+Green+Blue) = 175+240+249=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFF0F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F9 is #500F06. Grayscale: #DDDDDD. Windows color (decimal): -5246727 or 16380079. OLE color: 16380079.

HSL color Cylindrical-coordinate representation of color #AFF0F9: hue angle of 187.3º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF0F9 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175240249-
CMYK0.300.0400.02
HSL187.3º86.05%83.14%-
HSV(B)187.3º29.72%97.65%-
XYZ65.9478.27101.26-
YUV221.59143.4794.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.36%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=26.36%
G=36.14%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752402490.300.0400.02187.386.0583.14
HexAFF0F91E402bb5653
Octal25736037136402273126123
Binary101011111111000011111001111101000101011101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aff0f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aff0f9; }

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

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

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

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

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

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

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

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