#AFF3FC

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

Shades of Pale Turquoise #AFF3FC

Tints of Pale Turquoise #AFF3FC

Color information

#AFF3FC (or 0xAFF3FC) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and FC. RGB value is (175,243,252). Sum of RGB (Red+Green+Blue) = 175+243+252=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFF3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3FC is #500C03. Grayscale: #DFDFDF. Windows color (decimal): -5245956 or 16577455. OLE color: 16577455.

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

Color convert

RGB175243252-
CMYK0.310.0400.01
HSL187.01º92.77%83.73%-
HSV(B)187.01º30.56%98.82%-
XYZ67.380.24104.04-
YUV223.69143.9793.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=26.12%
G=36.27%
B=37.61%

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
Decimal1752432520.310.0400.01187.0192.7783.73
HexAFF3FC1F401bb5d54
Octal25736337437401273135124
Binary10101111111100111111110011111100011011101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3FC; }

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

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

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

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

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

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

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

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