#AFF6FD

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

Shades of Pale Turquoise #AFF6FD

Tints of Pale Turquoise #AFF6FD

Color information

#AFF6FD (or 0xAFF6FD) is unknown color: approx Pale Turquoise. HEX triplet: AF, F6 and FD. RGB value is (175,246,253). Sum of RGB (Red+Green+Blue) = 175+246+253=674 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.96% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFF6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6FD is #500902. Grayscale: #E1E1E1. Windows color (decimal): -5245187 or 16643759. OLE color: 16643759.

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

Color convert

RGB175246253-
CMYK0.310.0300.01
HSL185.38º95.12%83.92%-
HSV(B)185.38º30.83%99.22%-
XYZ68.3682.12105.18-
YUV225.57143.4891.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.96%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=25.96%
G=36.50%
B=37.54%

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
Decimal1752462530.310.0300.01185.3895.1283.92
HexAFF6FD1F301b95f54
Octal25736637537301271137124
Binary1010111111110110111111011111111011011100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6FD; }

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

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

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

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

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

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

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

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