#AFF4FA

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

Shades of Pale Turquoise #AFF4FA

Tints of Pale Turquoise #AFF4FA

Color information

#AFF4FA (or 0xAFF4FA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F4 and FA. RGB value is (175,244,250). Sum of RGB (Red+Green+Blue) = 175+244+250=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4FA is #500B05. Grayscale: #DFDFDF. Windows color (decimal): -5245702 or 16446639. OLE color: 16446639.

HSL color Cylindrical-coordinate representation of color #AFF4FA: hue angle of 184.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF4FA is Cyan = 0.3, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175244250-
CMYK0.30.0200.02
HSL184.8º88.24%83.33%-
HSV(B)184.8º30%98.04%-
XYZ67.2980.72102.48-
YUV224.05142.6493.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.16%
GREEN value IS 244 (95.70% from 255) = 36.47%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=26.16%
G=36.47%
B=37.37%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752442500.30.0200.02184.888.2483.33
HexAFF4FA1E202b95853
Octal25736437236202271130123
Binary10101111111101001111101011110100101011100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4FA; }

 p { color: rgb(175,244,250); }

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

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

 a { background-color: rgb(175,244,250); }

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

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

 span { border-color: rgb(175,244,250); }

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