#A3FBFC

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

Shades of Pale Turquoise #A3FBFC

Tints of Pale Turquoise #A3FBFC

Color information

#A3FBFC (or 0xA3FBFC) is unknown color: approx Pale Turquoise. HEX triplet: A3, FB and FC. RGB value is (163,251,252). Sum of RGB (Red+Green+Blue) = 163+251+252=666 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.47% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FBFC is #5C0403. Grayscale: #E0E0E0. Windows color (decimal): -6030340 or 16579491. OLE color: 16579491.

HSL color Cylindrical-coordinate representation of color #A3FBFC: hue angle of 180.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBFC is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163251252-
CMYK0.350.0000.01
HSL180.67º93.68%81.37%-
HSV(B)180.67º35.32%98.82%-
XYZ67.1783.81104.73-
YUV224.8143.3583.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.47%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=24.47%
G=37.69%
B=37.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632512520.350.0000.01180.6793.6881.37
HexA3FBFC23001b55e51
Octal24337337443001265136121
Binary1010001111111011111111001000110011011010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBFC; }

 p { color: rgb(163,251,252); }

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

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

 a { background-color: rgb(163,251,252); }

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

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

 span { border-color: rgb(163,251,252); }

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