#AFF2FD

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

Shades of Pale Turquoise #AFF2FD

Tints of Pale Turquoise #AFF2FD

Color information

#AFF2FD (or 0xAFF2FD) is unknown color: approx Pale Turquoise. HEX triplet: AF, F2 and FD. RGB value is (175,242,253). Sum of RGB (Red+Green+Blue) = 175+242+253=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFF2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2FD is #500D02. Grayscale: #DFDFDF. Windows color (decimal): -5246211 or 16642735. OLE color: 16642735.

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

Color convert

RGB175242253-
CMYK0.310.0400.01
HSL188.46º95.12%83.92%-
HSV(B)188.46º30.83%99.22%-
XYZ67.1679.71104.77-
YUV223.22144.893.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=26.12%
G=36.12%
B=37.76%

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
Decimal1752422530.310.0400.01188.4695.1283.92
HexAFF2FD1F401bc5f54
Octal25736237537401274137124
Binary10101111111100101111110111111100011011110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2FD; }

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

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

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

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

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

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

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

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