#AFF3FD

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

Shades of Pale Turquoise #AFF3FD

Tints of Pale Turquoise #AFF3FD

Color information

#AFF3FD (or 0xAFF3FD) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and FD. RGB value is (175,243,253). Sum of RGB (Red+Green+Blue) = 175+243+253=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFF3FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3FD is #500C02. Grayscale: #DFDFDF. Windows color (decimal): -5245955 or 16642991. OLE color: 16642991.

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

Color convert

RGB175243253-
CMYK0.310.0400.01
HSL187.69º95.12%83.92%-
HSV(B)187.69º30.83%99.22%-
XYZ67.4680.31104.87-
YUV223.81144.4793.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.08%
GREEN value IS 243 (95.31% from 255) = 36.21%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=26.08%
G=36.21%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752432530.310.0400.01187.6995.1283.92
HexAFF3FD1F401bc5f54
Octal25736337537401274137124
Binary10101111111100111111110111111100011011110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3FD; }

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

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

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

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

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

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

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

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