#AFF3FB

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

Shades of Pale Turquoise #AFF3FB

Tints of Pale Turquoise #AFF3FB

Color information

#AFF3FB (or 0xAFF3FB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and FB. RGB value is (175,243,251). Sum of RGB (Red+Green+Blue) = 175+243+251=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF3FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3FB is #500C04. Grayscale: #DFDFDF. Windows color (decimal): -5245957 or 16511919. OLE color: 16511919.

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

Color convert

RGB175243251-
CMYK0.300.0300.02
HSL186.32º90.48%83.53%-
HSV(B)186.32º30.28%98.43%-
XYZ67.1480.18103.2-
YUV223.58143.4793.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.16%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=26.16%
G=36.32%
B=37.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752432510.300.0300.02186.3290.4883.53
HexAFF3FB1E302ba5a54
Octal25736337336302272132124
Binary10101111111100111111101111110110101011101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3FB; }

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

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

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

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

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

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

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

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