#AFF4FC

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

Shades of Pale Turquoise #AFF4FC

Tints of Pale Turquoise #AFF4FC

Color information

#AFF4FC (or 0xAFF4FC) is unknown color: approx Pale Turquoise. HEX triplet: AF, F4 and FC. RGB value is (175,244,252). Sum of RGB (Red+Green+Blue) = 175+244+252=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFF4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4FC is #500B03. Grayscale: #E0E0E0. Windows color (decimal): -5245700 or 16577711. OLE color: 16577711.

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

Color convert

RGB175244252-
CMYK0.310.0300.01
HSL186.23º92.77%83.73%-
HSV(B)186.23º30.56%98.82%-
XYZ67.680.84104.14-
YUV224.28143.6492.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.08%
GREEN value IS 244 (95.70% from 255) = 36.36%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=26.08%
G=36.36%
B=37.56%

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
Decimal1752442520.310.0300.01186.2392.7783.73
HexAFF4FC1F301ba5d54
Octal25736437437301272135124
Binary1010111111110100111111001111111011011101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4FC; }

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

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

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

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

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

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

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

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