#AFF5FD

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

Shades of Pale Turquoise #AFF5FD

Tints of Pale Turquoise #AFF5FD

Color information

#AFF5FD (or 0xAFF5FD) is unknown color: approx Pale Turquoise. HEX triplet: AF, F5 and FD. RGB value is (175,245,253). Sum of RGB (Red+Green+Blue) = 175+245+253=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFF5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5FD is #500A02. Grayscale: #E0E0E0. Windows color (decimal): -5245443 or 16643503. OLE color: 16643503.

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

Color convert

RGB175245253-
CMYK0.310.0300.01
HSL186.15º95.12%83.92%-
HSV(B)186.15º30.83%99.22%-
XYZ68.0681.51105.07-
YUV224.98143.8192.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.00%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=26.00%
G=36.40%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752452530.310.0300.01186.1595.1283.92
HexAFF5FD1F301ba5f54
Octal25736537537301272137124
Binary1010111111110101111111011111111011011101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5FD; }

 p { color: rgb(175,245,253); }

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

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

 a { background-color: rgb(175,245,253); }

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

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

 span { border-color: rgb(175,245,253); }

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