#AFF0FB

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

Shades of Pale Turquoise #AFF0FB

Tints of Pale Turquoise #AFF0FB

Color information

#AFF0FB (or 0xAFF0FB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and FB. RGB value is (175,240,251). Sum of RGB (Red+Green+Blue) = 175+240+251=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0FB is #500F04. Grayscale: #DDDDDD. Windows color (decimal): -5246725 or 16511151. OLE color: 16511151.

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

Color convert

RGB175240251-
CMYK0.300.0400.02
HSL188.68º90.48%83.53%-
HSV(B)188.68º30.28%98.43%-
XYZ66.2578.4102.91-
YUV221.82144.4794.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.28%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=26.28%
G=36.04%
B=37.69%

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
Decimal1752402510.300.0400.02188.6890.4883.53
HexAFF0FB1E402bd5a54
Octal25736037336402275132124
Binary101011111111000011111011111101000101011110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0FB; }

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

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

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

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

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

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

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

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